bump limit to a saner one

This commit is contained in:
Henry Jameson 2021-06-08 14:36:41 +03:00
parent 2f383c2c01
commit 0ae3985a52

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)