fix no longer participant issue

This commit is contained in:
Martti Malmi 2021-08-18 17:18:49 +03:00
parent 796276fc0b
commit 1ea82d03a2

View File

@ -54,7 +54,8 @@ class Chat extends View {
sortedMessages: this.sortedMessages, sortedMessages: this.sortedMessages,
sortedParticipants: [], sortedParticipants: [],
showParticipants: true, showParticipants: true,
stickToBottom: true stickToBottom: true,
noLongerParticipant: false
}); });
this.iv = null; this.iv = null;
this.chat = null; this.chat = null;