Fix joining an event

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-06-16 12:35:00 +02:00
parent 725a3c8b9e
commit 4f67d9cbe6
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 2 additions and 2 deletions

View File

@ -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`