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
|
message: $message
|
||||||
locale: $locale
|
locale: $locale
|
||||||
) {
|
) {
|
||||||
...ParticipantsQuery
|
...ParticipantQuery
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
${PARTICIPANTS_QUERY_FRAGMENT}
|
${PARTICIPANT_QUERY_FRAGMENT}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export const LEAVE_EVENT = gql`
|
export const LEAVE_EVENT = gql`
|
||||||
|
|
Loading…
Reference in a new issue