Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Add bsky.app for android intentFilters (#49)

authored by

Jules and committed by
GitHub
f153676f 49d717d4

+4
+4
app.config.js
··· 164 164 scheme: 'https', 165 165 host: 'deer.social', 166 166 }, 167 + { 168 + scheme: 'https', 169 + host: 'bsky.app', 170 + }, 167 171 IS_DEV && { 168 172 scheme: 'http', 169 173 host: 'localhost:19006',