Improve readability
This commit is contained in:
parent
f14fbfa3b6
commit
f3dd5da931
2 changed files with 7 additions and 7 deletions
|
@ -313,7 +313,7 @@ class TlContext extends Context {
|
|||
this.emit('updated');
|
||||
|
||||
const text = tl
|
||||
.map(post => post.user.name + ': ' + getPostSummary(post))
|
||||
.map(post => `${post.user.name}\n「${getPostSummary(post)}」`)
|
||||
.join('\n-----\n');
|
||||
|
||||
return text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue