mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 00:08:46 +00:00
Add a setting to automatically unfold all content warnings
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user