๐Ÿ”— Redirect Bluesky links to your preferred client
3
fork

Configure Feed

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

fix: force authority to bsky.app to fix launch issues

Turtlepaw 9035dcd2 05cad9cf

+3 -1
+3 -1
shared/src/main/java/dev/zwander/shared/LaunchIntentCreator.kt
··· 25 25 appModel.launchStrategyUtils.createViewIntent( 26 26 pkg = pkg, 27 27 component = component, 28 - url = urlTransform(url), 28 + url = url.toUri().buildUpon().authority( 29 + "bsky.app" 30 + ).toString(), 29 31 scheme = scheme, 30 32 ), 31 33 )