can invite to play a game in chat

This commit is contained in:
2024-05-14 14:36:04 +02:00
parent 96a5094fd2
commit 1135014d0f
7 changed files with 69 additions and 52 deletions

View File

@ -69,7 +69,7 @@ export default class extends AbstractView {
// Permet de savoir si c'est le même channel
// Check to know if it's the same channel
this.channelManager.channel.members_id.forEach((member_id) => {
this.channelManager.channel.members.forEach((member_id) => {
if (member_id == user.id)
this.channelManager.channel = undefined;
});