diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-08-28 22:13:41 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-08-29 11:59:29 +0200 |
commit | 3282bbe45413e790a5c77b2dda5b28b392a57c9f (patch) | |
tree | 1d6865418638249bec03f359e72b8d29efd503c9 /app/javascript/flavours/glitch/reducers | |
parent | 284a1562fb195d7f6d41e76511d280b2dc74ea40 (diff) |
Add option to rewrite mentions to mentioned user's username or acct
Fixes #666
Diffstat (limited to 'app/javascript/flavours/glitch/reducers')
-rw-r--r-- | app/javascript/flavours/glitch/reducers/local_settings.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/reducers/local_settings.js b/app/javascript/flavours/glitch/reducers/local_settings.js index 7477c5584..ad94ea243 100644 --- a/app/javascript/flavours/glitch/reducers/local_settings.js +++ b/app/javascript/flavours/glitch/reducers/local_settings.js @@ -23,6 +23,7 @@ const initialState = ImmutableMap({ show_content_type_choice: false, filtering_behavior: 'hide', tag_misleading_links: true, + rewrite_mentions: 'no', content_warnings : ImmutableMap({ auto_unfold : false, filter : null, |