Remove inboxCollection, ensure falsey active_at removes from badge count
This commit is contained in:
3
ts/window.d.ts
vendored
3
ts/window.d.ts
vendored
@@ -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>;
|
||||
|
Reference in New Issue
Block a user