Hide mention link avatar by default

This commit is contained in:
Tusooa Zhu 2022-01-20 12:07:09 -05:00
parent 7cc0d0763c
commit c3f1765b21
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224

View file

@ -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