From 1ea82d03a2e5358f34267805e375116562e2a801 Mon Sep 17 00:00:00 2001 From: Martti Malmi Date: Wed, 18 Aug 2021 17:18:49 +0300 Subject: [PATCH] fix no longer participant issue --- src/js/views/Chat.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/js/views/Chat.js b/src/js/views/Chat.js index 12a0718e..87014ede 100644 --- a/src/js/views/Chat.js +++ b/src/js/views/Chat.js @@ -54,7 +54,8 @@ class Chat extends View { sortedMessages: this.sortedMessages, sortedParticipants: [], showParticipants: true, - stickToBottom: true + stickToBottom: true, + noLongerParticipant: false }); this.iv = null; this.chat = null;