bump limit to a saner one
This commit is contained in:
parent
2f383c2c01
commit
0ae3985a52
@ -18,7 +18,7 @@ const MentionsLine = {
|
||||
return this.mergedConfig.mentionsOldStyle
|
||||
},
|
||||
limit () {
|
||||
return 1
|
||||
return 6
|
||||
},
|
||||
mentions () {
|
||||
return this.attentions.slice(0, this.limit)
|
||||
|
Loading…
Reference in New Issue
Block a user