From 6b7b01af8d8bf1bf6458f9d2ced4f107e353c53a Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Mon, 28 Nov 2022 15:44:14 -0300 Subject: [PATCH] Fix toggle read --- app/views/RoomsListView/index.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/app/views/RoomsListView/index.tsx b/app/views/RoomsListView/index.tsx index b6efddfc0..5e75d4dac 100644 --- a/app/views/RoomsListView/index.tsx +++ b/app/views/RoomsListView/index.tsx @@ -516,10 +516,11 @@ class RoomsListView extends React.Component { + console.log('update query'); let tempChats = [] as TSubscriptionModel[]; let chats = data.map(item => ({ rid: item.rid, @@ -538,7 +539,7 @@ class RoomsListView extends React.Component