about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/reducers/local_settings.js
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-08-01 15:01:09 +0200
committerThibG <thib@sitedethib.com>2019-08-04 22:25:56 +0200
commitdf866a464d43ad718602a18b86c57b716f7bcf27 (patch)
tree19a592b0dda728c2779c51a0756db69b70d6ed7d /app/javascript/flavours/glitch/reducers/local_settings.js
parent49a28e69a520d5994352e231e9879a5093af5916 (diff)
Add options to highlight misleading links in statuses
Fixes #1162
Diffstat (limited to 'app/javascript/flavours/glitch/reducers/local_settings.js')
-rw-r--r--app/javascript/flavours/glitch/reducers/local_settings.js1
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,