Skip to content

Commit

Permalink
fix: update unread count on app state change
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkothari22 committed Apr 5, 2024
1 parent 89a51d9 commit 3d24022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mobile/src/utils/auth/Routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export const Routes = () => {
}).then(() => {
if (isActive) {
mutate('active_users', undefined, true)
mutate('unread_channel_count')
}
})
})
Expand Down

0 comments on commit 3d24022

Please sign in to comment.