From 363331c953366a790a1822a64c4a0832f5eb37a2 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Mon, 28 Nov 2022 17:09:01 -0300 Subject: [PATCH] Cleanup --- app/views/RoomsListView/index.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/views/RoomsListView/index.tsx b/app/views/RoomsListView/index.tsx index 475651b35..1aa09efa9 100644 --- a/app/views/RoomsListView/index.tsx +++ b/app/views/RoomsListView/index.tsx @@ -105,7 +105,6 @@ interface IRoomsListViewState { searching?: boolean; search?: IRoomItem[]; loading?: boolean; - chatsUpdate?: string[] | { rid: string; alert?: boolean }[]; omnichannelsUpdate?: string[]; chats?: IRoomItem[]; item?: ISubscription; @@ -184,7 +183,6 @@ class RoomsListView extends React.Component item.rid); - this.internalSetState({ chats: tempChats, - // chatsUpdate, omnichannelsUpdate, loading: false });