6 lines
152 B
Plaintext
Raw Normal View History

2017-07-06 14:54:10 +00:00
component PostableList(postables []arn.Postable, user *arn.User)
2017-06-22 14:21:26 +00:00
.thread
.posts
each post in postables
2019-08-30 01:02:22 +00:00
Postable(post, user, false, false, "")