diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-09-28 20:58:03 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2018-09-28 21:01:09 +0200 |
commit | 86b2b009ddb8486591fd6e2f986d7f46880fd308 (patch) | |
tree | 573464c52eeb303aba68339199fbdff6378e0a16 /app/javascript/flavours/glitch/reducers | |
parent | 15134beb1e45be35a5c0091220c9074b79f64653 (diff) |
Make pre-selection of usernames optional when replying to a toot
Fixes #751
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 f5f7220b9..260a9f08f 100644 --- a/app/javascript/flavours/glitch/reducers/local_settings.js +++ b/app/javascript/flavours/glitch/reducers/local_settings.js @@ -14,6 +14,7 @@ const initialState = ImmutableMap({ show_reply_count : false, always_show_spoilers_field: false, confirm_missing_media_description: false, + preselect_on_reply: true, content_warnings : ImmutableMap({ auto_unfold : false, filter : null, |