add local setting to auto reveal media behind cw

This commit is contained in:
ash lea
2019-03-10 15:34:51 -04:00
committed by ThibG
parent 1bf035fb67
commit f534f4869e
6 changed files with 23 additions and 3 deletions

View File

@@ -39,8 +39,9 @@ const initialState = ImmutableMap({
show_action_bar : true,
}),
media : ImmutableMap({
letterbox : true,
fullwidth : true,
letterbox : true,
fullwidth : true,
reveal_behind_cw : false,
}),
notifications : ImmutableMap({
favicon_badge : false,