diff --git a/src/core/stores/deviceStore.ts b/src/core/stores/deviceStore.ts index 1e0496f0..20e7939d 100644 --- a/src/core/stores/deviceStore.ts +++ b/src/core/stores/deviceStore.ts @@ -151,7 +151,7 @@ export const useDeviceStore = createStore((set, get) => ({ }, pendingSettingsChanges: false, messageDraft: "", - unreadCounts: new Map([[0, 100],[3663106604, 1]]), + unreadCounts: new Map(), setStatus: (status: Types.DeviceStatusEnum) => { set(