Remove inboxCollection, ensure falsey active_at removes from badge count
This commit is contained in:
parent
4a8cdbd687
commit
638e3e3a58
5 changed files with 172 additions and 95 deletions
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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue