Remove inboxCollection, ensure falsey active_at removes from badge count

This commit is contained in:
Scott Nonnenberg
2022-05-31 18:26:57 -07:00
committed by GitHub
parent 4a8cdbd687
commit 638e3e3a58
5 changed files with 172 additions and 95 deletions

3
ts/window.d.ts vendored
View File

@@ -195,9 +195,6 @@ declare global {
getEnvironment: typeof getEnvironment;
getExpiration: () => string;
getHostName: () => string;
getInboxCollection: () => ConversationModelCollectionType & {
onEmpty: () => void;
};
getInteractionMode: () => 'mouse' | 'keyboard';
getLocale: () => ElectronLocaleType;
getMediaCameraPermissions: () => Promise<boolean>;