Mirror — see github.com/blacksky-algorithms/blacksky.community
6
fork

Configure Feed

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

Remove dead #account assignment that broke Babel/Webpack build

-1
-1
src/state/session/oauth-agent.ts
··· 120 120 gates: Promise<void>, 121 121 moderation: Promise<void>, 122 122 ) { 123 - this.#account = account 124 123 this.session = sessionAccountToSession(account) 125 124 this.dispatchUrl = account.pdsUrl 126 125 this.configureProxy(BLUESKY_PROXY_HEADER.get())