Add option to fade domains in mention link

This commit is contained in:
Tusooa Zhu 2022-01-10 02:31:26 -05:00
parent aaf0b985ad
commit 0c60b31eee
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
6 changed files with 31 additions and 2 deletions

View file

@ -24,6 +24,7 @@ const defaultState = {
mentionLinkDisplay: 'short',
mentionLinkShowTooltip: true,
mentionLinkShowAvatar: true,
mentionLinkFadeDomain: true,
hideFilteredStatuses: false,
// bad name: actually hides posts of muted USERS
hideMutedPosts: false,