Fix app badge count not getting updated
This commit is contained in:
parent
3114cd497b
commit
860bec5534
2 changed files with 17 additions and 2 deletions
|
@ -26,7 +26,7 @@ export type UnreadStatsOptions = Readonly<{
|
|||
includeMuted: boolean;
|
||||
}>;
|
||||
|
||||
type ConversationPropsForUnreadStats = Readonly<
|
||||
export type ConversationPropsForUnreadStats = Readonly<
|
||||
Pick<
|
||||
ConversationType,
|
||||
| 'activeAt'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue