TopicUpdateOnMessage increments Topic's or User's SeqId value and updates TouchedAt timestamp.
(topic string, msg *t.Message)
| 121 | TopicDelete(topic string, isChan, hard bool) error |
| 122 | // TopicUpdateOnMessage increments Topic's or User's SeqId value and updates TouchedAt timestamp. |
| 123 | TopicUpdateOnMessage(topic string, msg *t.Message) error |
| 124 | // TopicUpdateSubCnt refreshes denormalized topic subscriber count. |
| 125 | TopicUpdateSubCnt(topic string) error |
| 126 | // TopicUpdate updates topic record. |
no outgoing calls