bump limit to a saner one

This commit is contained in:
Henry Jameson 2021-06-08 14:36:41 +03:00 committed by Sam Therapy
parent 309ea455ad
commit 659bf3e265
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

View file

@ -18,7 +18,7 @@ const MentionsLine = {
return this.mergedConfig.mentionsOldStyle
},
limit () {
return 1
return 6
},
mentions () {
return this.attentions.slice(0, this.limit)