Don't count muted convos in badge count by default
This commit is contained in:
parent
64c3a6eae0
commit
22ba54ce5c
14 changed files with 115 additions and 28 deletions
2
ts/window.d.ts
vendored
2
ts/window.d.ts
vendored
|
@ -40,6 +40,7 @@ declare global {
|
|||
getCallRingtoneNotification: () => Promise<boolean>;
|
||||
getCallSystemNotification: () => Promise<boolean>;
|
||||
getConversations: () => ConversationModelCollectionType;
|
||||
getCountMutedConversations: () => Promise<boolean>;
|
||||
getEnvironment: () => string;
|
||||
getExpiration: () => string;
|
||||
getGuid: () => string;
|
||||
|
@ -208,6 +209,7 @@ export type LoggerType = (...args: Array<any>) => void;
|
|||
|
||||
export type WhisperType = {
|
||||
events: {
|
||||
on: (name: string, callback: (param1: any, param2?: any) => void) => void;
|
||||
trigger: (name: string, param1: any, param2?: any) => void;
|
||||
};
|
||||
Database: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue