Threaded comments
This commit is contained in:
@ -2,4 +2,4 @@ component PostableList(postables []arn.Postable, user *arn.User)
|
||||
.thread
|
||||
.posts
|
||||
each post in postables
|
||||
Postable(post, user, "", "")
|
||||
Postable(post, user, false, "", "")
|
||||
|
Reference in New Issue
Block a user