More changes

This commit is contained in:
FM1337
2017-06-22 14:38:01 -03:00
parent d52fe46e9a
commit 752e3cc682
5 changed files with 19 additions and 31 deletions

View File

@ -3,7 +3,7 @@ component Thread(thread *arn.Thread, posts []*arn.Post)
.thread
.posts
Postable(thread.ToPostable(), nil, thread.Author().ID)
Postable(thread.ToPostable(), thread.Author().ID)
each post in posts
Postable(post.ToPostable(), nil, thread.Author().ID)
Postable(post.ToPostable(), thread.Author().ID)