Improved activity overview

This commit is contained in:
2019-08-30 10:02:22 +09:00
parent 17f734da1e
commit 4976e5ab35
6 changed files with 53 additions and 35 deletions

View File

@ -2,4 +2,4 @@ component PostableList(postables []arn.Postable, user *arn.User)
.thread
.posts
each post in postables
Postable(post, user, false, "")
Postable(post, user, false, false, "")