fix: sync public channel preview updates
This commit is contained in:
parent
2289a31f46
commit
b4aaf57d6b
27 changed files with 877 additions and 128 deletions
|
|
@ -17,5 +17,8 @@ const (
|
|||
const (
|
||||
channelFanoutMembers channelFanoutScope = iota
|
||||
channelFanoutViewers
|
||||
// channelFanoutMessageBox is the durable channel message-box audience:
|
||||
// online members plus users with an unexpired public short-poll subscription.
|
||||
channelFanoutMessageBox
|
||||
channelFanoutExplicit
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue