Fix joining an event
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
725a3c8b9e
commit
4f67d9cbe6
@ -369,10 +369,10 @@ export const JOIN_EVENT = gql`
|
||||
message: $message
|
||||
locale: $locale
|
||||
) {
|
||||
...ParticipantsQuery
|
||||
...ParticipantQuery
|
||||
}
|
||||
}
|
||||
${PARTICIPANTS_QUERY_FRAGMENT}
|
||||
${PARTICIPANT_QUERY_FRAGMENT}
|
||||
`;
|
||||
|
||||
export const LEAVE_EVENT = gql`
|
||||
|
Loading…
Reference in New Issue
Block a user