bump limit to a saner one

このコミットが含まれているのは:
Henry Jameson 2021-06-08 14:36:41 +03:00
コミット 0ae3985a52
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -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)