),
+ ({ intl, onChange, settings }) => (
+
+
+
+
+
+
+ ),
({ onChange, settings }) => (
diff --git a/app/javascript/flavours/glitch/reducers/local_settings.js b/app/javascript/flavours/glitch/reducers/local_settings.js
index 68e1c84248..6fd3d901b6 100644
--- a/app/javascript/flavours/glitch/reducers/local_settings.js
+++ b/app/javascript/flavours/glitch/reducers/local_settings.js
@@ -21,6 +21,7 @@ const initialState = ImmutableMap({
inline_preview_cards: true,
hicolor_privacy_icons: false,
show_content_type_choice: false,
+ filtering_behavior: 'hide',
content_warnings : ImmutableMap({
auto_unfold : false,
filter : null,