(pinned bool, postID string, collID, ownerID, pos int64)
| 105 | DeleteCollection(alias string, userID int64) error |
| 106 | |
| 107 | UpdatePostPinState(pinned bool, postID string, collID, ownerID, pos int64) error |
| 108 | GetLastPinnedPostPos(collID int64) int64 |
| 109 | GetPinnedPosts(coll *CollectionObj, includeFuture bool) (*[]PublicPost, error) |
| 110 | RemoveCollectionRedirect(t *sql.Tx, alias string) error |