From 86b2b009ddb8486591fd6e2f986d7f46880fd308 Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Fri, 28 Sep 2018 20:58:03 +0200 Subject: Make pre-selection of usernames optional when replying to a toot Fixes #751 --- app/javascript/flavours/glitch/reducers/local_settings.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app/javascript/flavours/glitch/reducers/local_settings.js') 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, -- cgit