Make pre-selection of usernames optional when replying to a toot
Fixes #751
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user