forked from AkkomaGang/akkoma-fe
Hide mention link avatar by default
This commit is contained in:
parent
7cc0d0763c
commit
c3f1765b21
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ const defaultState = {
|
|||
useAtIcon: false,
|
||||
mentionLinkDisplay: 'short',
|
||||
mentionLinkShowTooltip: true,
|
||||
mentionLinkShowAvatar: true,
|
||||
mentionLinkShowAvatar: false,
|
||||
mentionLinkFadeDomain: true,
|
||||
hideFilteredStatuses: false,
|
||||
// bad name: actually hides posts of muted USERS
|
||||
|
|
Loading…
Reference in a new issue