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
1 changed files with 1 additions and 1 deletions

View File

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