Add option to display user avatar in mention link
This commit is contained in:
parent
8896afd8d8
commit
9fde13c968
6 changed files with 28 additions and 0 deletions
|
@ -23,6 +23,7 @@ const defaultState = {
|
|||
useAtIcon: false,
|
||||
mentionLinkDisplay: 'short',
|
||||
mentionLinkShowTooltip: true,
|
||||
mentionLinkShowAvatar: true,
|
||||
hideFilteredStatuses: false,
|
||||
// bad name: actually hides posts of muted USERS
|
||||
hideMutedPosts: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue