logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 0ae3985a522d1ad367d02b86b8b5eca770d1b292
parent 2f383c2c0197b94b30fdc4c5e0c742c7e104be20
Author: Henry Jameson <me@hjkos.com>
Date:   Tue,  8 Jun 2021 14:36:41 +0300

bump limit to a saner one

Diffstat:

Msrc/components/mentions_line/mentions_line.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/mentions_line/mentions_line.js b/src/components/mentions_line/mentions_line.js @@ -18,7 +18,7 @@ const MentionsLine = { return this.mergedConfig.mentionsOldStyle }, limit () { - return 1 + return 6 }, mentions () { return this.attentions.slice(0, this.limit)