Skip to content

Commit

Permalink
Don't await refreshInbox
Browse files Browse the repository at this point in the history
  • Loading branch information
duogenesis committed Sep 1, 2024
1 parent e7a3d6c commit 2bab5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmpp/xmpp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ const login = async (

notify('xmpp-is-online', true);

await refreshInbox();
refreshInbox();

await registerForPushNotificationsAsync();
});
Expand Down

0 comments on commit 2bab5c4

Please sign in to comment.