fix unread messages divider

This commit is contained in:
PhilReact 2025-01-01 00:56:29 +02:00
parent f484411da8
commit c4d021981c

View File

@ -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({