mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-02 11:28:29 +01:00
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…
Add table
Reference in a new issue