mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 00:08:46 +00:00
Add option to not automatically unfold content warnings matching a regexp
Fixes #678
This commit is contained in:
@@ -16,6 +16,7 @@ const initialState = ImmutableMap({
|
||||
confirm_missing_media_description: false,
|
||||
content_warnings : ImmutableMap({
|
||||
auto_unfold : false,
|
||||
filter : null,
|
||||
}),
|
||||
collapsed : ImmutableMap({
|
||||
enabled : true,
|
||||
|
||||
Reference in New Issue
Block a user