Add option to rewrite mentions to mentioned user's username or acct

Fixes #666
This commit is contained in:
Thibaut Girka
2019-08-28 22:13:41 +02:00
committed by ThibG
parent 284a1562fb
commit 3282bbe454
5 changed files with 31 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ const initialState = ImmutableMap({
show_content_type_choice: false,
filtering_behavior: 'hide',
tag_misleading_links: true,
rewrite_mentions: 'no',
content_warnings : ImmutableMap({
auto_unfold : false,
filter : null,