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,
|
useAtIcon: false,
|
||||||
mentionLinkDisplay: 'short',
|
mentionLinkDisplay: 'short',
|
||||||
mentionLinkShowTooltip: true,
|
mentionLinkShowTooltip: true,
|
||||||
mentionLinkShowAvatar: true,
|
mentionLinkShowAvatar: false,
|
||||||
mentionLinkFadeDomain: true,
|
mentionLinkFadeDomain: true,
|
||||||
hideFilteredStatuses: false,
|
hideFilteredStatuses: false,
|
||||||
// bad name: actually hides posts of muted USERS
|
// bad name: actually hides posts of muted USERS
|
||||||
|
|
Loading…
Reference in a new issue