Add a setting to automatically unfold all content warnings

This commit is contained in:
Thibaut Girka
2018-08-28 14:10:26 +02:00
committed by ThibG
parent 130bdb5ee8
commit 9d2739d74d
5 changed files with 31 additions and 7 deletions

View File

@ -14,6 +14,9 @@ const initialState = ImmutableMap({
show_reply_count : false,
always_show_spoilers_field: false,
confirm_missing_media_description: false,
content_warnings : ImmutableMap({
auto_unfold : false,
}),
collapsed : ImmutableMap({
enabled : true,
auto : ImmutableMap({