mirror of
https://github.com/Qortal/chrome-extension.git
synced 2025-03-14 03:52:31 +00:00
fix unread messages divider
This commit is contained in:
parent
f484411da8
commit
c4d021981c
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user