Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add expired log (#2456)

* Add expired log

* Add service

authored by

Eric Bailey and committed by
GitHub
f7b01c35 231c528c

+2
+2
src/state/session/index.tsx
··· 136 136 event, 137 137 did: refreshedAccount.did, 138 138 handle: refreshedAccount.handle, 139 + service: refreshedAccount.service, 139 140 }) 140 141 141 142 if (expired) { 143 + logger.warn(`session: expired`) 142 144 emitSessionDropped() 143 145 } 144 146