@@ -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`
|
||||||
|
|||||||
Reference in New Issue
Block a user