diff options
Diffstat (limited to 'src/state/models/me.ts')
-rw-r--r-- | src/state/models/me.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/models/me.ts b/src/state/models/me.ts index a0591aeca..3774e1e56 100644 --- a/src/state/models/me.ts +++ b/src/state/models/me.ts @@ -119,7 +119,7 @@ export class MeModel { await this.fetchProfile() await this.fetchInviteCodes() } - await this.notifications.loadUnreadCount() + await this.notifications.syncQueue() } async fetchProfile() { |