Added forum post editing
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
component PostableList(postables []arn.Postable)
|
||||
component PostableList(postables []arn.Postable, user *arn.User)
|
||||
.thread
|
||||
.posts
|
||||
each post in postables
|
||||
Postable(post, "")
|
||||
Postable(post, user, "")
|
||||
|
Reference in New Issue
Block a user