This commit is contained in:
Samuel Newman
2026-04-27 14:47:07 +01:00
parent 2582b8ee9d
commit 0901a150b3
@@ -409,8 +409,6 @@ export function useUnreadMessageCount() {
numUnread?: string
hasNew: boolean
}>(() => {
console.log('accepted', accepted)
console.log('request', request)
const acceptedCount = calculateCount(
accepted,
currentAccount?.did,