Hide mention link avatar by default

merge-requests/1069/merge
Tusooa Zhu 3 years ago
parent 7cc0d0763c
commit c3f1765b21
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224

@ -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…
Cancel
Save