Add option to not automatically unfold content warnings matching a regexp

Fixes #678
This commit is contained in:
Thibaut Girka
2018-08-28 17:16:30 +02:00
committed by ThibG
parent 5c400a2842
commit c6942a5283
5 changed files with 52 additions and 3 deletions

View File

@ -16,6 +16,7 @@ const initialState = ImmutableMap({
confirm_missing_media_description: false,
content_warnings : ImmutableMap({
auto_unfold : false,
filter : null,
}),
collapsed : ImmutableMap({
enabled : true,