TopicShare creates topic subscriptions.
(topic string, subs []*t.Subscription)
| 117 | ChannelsForUser(uid t.Uid) ([]string, error) |
| 118 | // TopicShare creates topic subscriptions. |
| 119 | TopicShare(topic string, subs []*t.Subscription) error |
| 120 | // TopicDelete deletes topic, subscriptions, messages. |
| 121 | TopicDelete(topic string, isChan, hard bool) error |
| 122 | // TopicUpdateOnMessage increments Topic's or User's SeqId value and updates TouchedAt timestamp. |
no outgoing calls