Reset MessageReceiver processed count after reporting it
This commit is contained in:
parent
bf6d9c6cda
commit
68f705e6ad
5 changed files with 27 additions and 10 deletions
4
ts/window.d.ts
vendored
4
ts/window.d.ts
vendored
|
@ -195,7 +195,9 @@ declare global {
|
|||
getEnvironment: typeof getEnvironment;
|
||||
getExpiration: () => string;
|
||||
getHostName: () => string;
|
||||
getInboxCollection: () => ConversationModelCollectionType;
|
||||
getInboxCollection: () => ConversationModelCollectionType & {
|
||||
onEmpty: () => void;
|
||||
};
|
||||
getInteractionMode: () => 'mouse' | 'keyboard';
|
||||
getLocale: () => ElectronLocaleType;
|
||||
getMediaCameraPermissions: () => Promise<boolean>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue