forked from AkkomaGang/akkoma-fe
bump limit to a saner one
This commit is contained in:
parent
2f383c2c01
commit
0ae3985a52
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue