mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-24 17:41:27 -04:00
Clear logs
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user