diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-08-01 15:01:09 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-08-04 22:25:56 +0200 |
commit | df866a464d43ad718602a18b86c57b716f7bcf27 (patch) | |
tree | 19a592b0dda728c2779c51a0756db69b70d6ed7d /app/javascript/flavours/glitch/reducers | |
parent | 49a28e69a520d5994352e231e9879a5093af5916 (diff) |
Add options to highlight misleading links in statuses
Fixes #1162
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 6fd3d901b..b020bdfb9 100644 --- a/app/javascript/flavours/glitch/reducers/local_settings.js +++ b/app/javascript/flavours/glitch/reducers/local_settings.js @@ -22,6 +22,7 @@ const initialState = ImmutableMap({ hicolor_privacy_icons: false, show_content_type_choice: false, filtering_behavior: 'hide', + link_rewriting: 'tag', content_warnings : ImmutableMap({ auto_unfold : false, filter : null, |