We’re making an event-based meetup application where users can chat amongst themselves before attending the event. When a user selects an event, it automatically places them into a group chat along with others also attending the event.
Right now, it creates a separate group chat for each event, but when we input the message component, the messages being displayed are the same in each of the group chats.