6 lines
152 B
Plaintext
Raw Normal View History

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