Clear logs

This commit is contained in:
MartinBraquet
2026-03-10 23:48:14 +01:00
parent b0c84687d2
commit 3d56bb4fe0

View File

@@ -116,10 +116,7 @@ export const useUnseenPrivateMessageChannels = (ignorePageSeenTime: boolean) =>
}
}, [channels?.length])
console.log({lastSeenChatTimeByChannelId})
if (!lastSeenChatTimeByChannelId) return {unseenChannels: [], lastSeenChatTimeByChannelId: {}}
console.log('Got defined')
const unseenChannels = channels.filter((channel) => {
const channelId = channel.channel_id
const notifyAfterTime = new Date(