You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
At the moment, message delivery is point-to-point, this means, one message is explicitly delivered to one channel. In fact, the deliver_message endpoint payload demands the channel_ref that identifies the channel.
Describe alternatives you've considered
No alternatives considered so far.
Additional context
An alternate deliver_message endpoint, could request one or more user_refs / channel_refs, and then deliver the message to the active channels.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
At the moment, message delivery is point-to-point, this means, one message is explicitly delivered to one channel. In fact, the
deliver_message
endpoint payload demands thechannel_ref
that identifies the channel.Describe alternatives you've considered
No alternatives considered so far.
Additional context
deliver_message
endpoint, could request one or moreuser_refs
/channel_refs
, and then deliver the message to the active channels.The text was updated successfully, but these errors were encountered: