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
Since message ids are unique across channels, there isn't technically a reason why a single action channel cannot be used for multiple target channels.
We could either:
Not require a channel_id in the com.alwaysallthetime.action.metadata channel annotation, or
Have an alternate key – channel_ids that is an array of channel ids to be used with the action channel.
The text was updated successfully, but these errors were encountered:
I think there might be some value in keeping the 'channel_id' key in the metadata annotation because if you look at an action channel independently, it allows you to see which Channel the messages correspond to.
Since message ids are unique across channels, there isn't technically a reason why a single action channel cannot be used for multiple target channels.
We could either:
The text was updated successfully, but these errors were encountered: