logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: c3f1765b21f0312347ad8f1e514d5bc534121fcc
parent 7cc0d0763cc6b804433645247411a102d55d4eff
Author: Tusooa Zhu <tusooa@kazv.moe>
Date:   Thu, 20 Jan 2022 12:07:09 -0500

Hide mention link avatar by default

Diffstat:

Msrc/modules/instance.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/instance.js b/src/modules/instance.js @@ -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