When manually creating an event, new EventChannels must be created (one for Group Chat and one for Announcements). However, instead of creating new EventChannels, the first set of EventChannels get updated with the new eventId.
To Reproduce
Steps to reproduce the behavior:
Create an event
You'll see that the first set of EventChannels simply gets updated with the newly created eventId
Describe The Bug
When manually creating an event, new EventChannels must be created (one for Group Chat and one for Announcements). However, instead of creating new EventChannels, the first set of EventChannels get updated with the new eventId.
To Reproduce
Steps to reproduce the behavior:
List of newly created events:
Expected Behavior
New set of EventChannels gets created for each event.
Bug Handling Strategy