From c4d021981c3a84c6d6956abdadb35d2a88c1f48e Mon Sep 17 00:00:00 2001 From: PhilReact Date: Wed, 1 Jan 2025 00:56:29 +0200 Subject: [PATCH] fix unread messages divider --- src/components/Group/Group.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/Group/Group.tsx b/src/components/Group/Group.tsx index 2611550..ba520c1 100644 --- a/src/components/Group/Group.tsx +++ b/src/components/Group/Group.tsx @@ -2069,17 +2069,17 @@ export const Group = ({ // getTimestampEnterChat(); }, 200); - chrome?.runtime?.sendMessage({ - action: "addTimestampEnterChat", - payload: { - timestamp: Date.now(), - groupId: group.groupId, - }, - }); + // chrome?.runtime?.sendMessage({ + // action: "addTimestampEnterChat", + // payload: { + // timestamp: Date.now(), + // groupId: group.groupId, + // }, + // }); - setTimeout(() => { - getTimestampEnterChat(); - }, 200); + // setTimeout(() => { + // getTimestampEnterChat(); + // }, 200); // if (groupSectionRef.current === "announcement") { // chrome?.runtime?.sendMessage({