Bluesky app fork with some witchin' additions 💫

Fix: poll for unread notifications globally (close #303) (#330)

authored by

Paul Frazee and committed by
GitHub
91b360fd 8a3601c0

+1
+1
src/state/models/root-store.ts
··· 158 158 return 159 159 } 160 160 try { 161 + await this.me.notifications.loadUnreadCount() 161 162 await this.me.follows.fetchIfNeeded() 162 163 } catch (e: any) { 163 164 this.log.error('Failed to fetch latest state', e)