ChannelsForUser loads a slice of topic names where the user is a channel reader and notifications (P) are enabled.
(uid t.Uid)
| 115 | OwnTopics(uid t.Uid) ([]string, error) |
| 116 | // ChannelsForUser loads a slice of topic names where the user is a channel reader and notifications (P) are enabled. |
| 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. |
no outgoing calls