Make pre-selection of usernames optional when replying to a toot

Fixes #751
This commit is contained in:
Thibaut Girka
2018-09-28 20:58:03 +02:00
parent 15134beb1e
commit 86b2b009dd
3 changed files with 13 additions and 1 deletions

View File

@ -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,