(cfg *config.Config, c *Collection, tag string, page int, includeFuture bool)
| 122 | GetPosts(cfg *config.Config, c *Collection, page int, includeFuture, forceRecentFirst, includePinned bool, contentType PostType) (*[]PublicPost, error) |
| 123 | GetAllPostsTaggedIDs(c *Collection, tag string, includeFuture bool) ([]string, error) |
| 124 | GetPostsTagged(cfg *config.Config, c *Collection, tag string, page int, includeFuture bool) (*[]PublicPost, error) |
| 125 | |
| 126 | GetAPFollowers(c *Collection) (*[]RemoteUser, error) |
| 127 | GetAPActorKeys(collectionID int64) ([]byte, []byte) |