Fix app badge count not getting updated

This commit is contained in:
Jamie Kyle 2023-08-15 15:32:18 -07:00 committed by Jamie Kyle
parent 3114cd497b
commit 860bec5534
2 changed files with 17 additions and 2 deletions

View file

@ -26,7 +26,7 @@ export type UnreadStatsOptions = Readonly<{
includeMuted: boolean;
}>;
type ConversationPropsForUnreadStats = Readonly<
export type ConversationPropsForUnreadStats = Readonly<
Pick<
ConversationType,
| 'activeAt'