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

Configure Feed

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

Crash fix

+2
+2
shared/src/main/java/dev/zwander/shared/util/LinkVerifyUtils.kt
··· 56 56 return 57 57 } catch (e: ActivityNotFoundException) { 58 58 e.printStackTrace() 59 + } catch (e: SecurityException) { 60 + e.printStackTrace() 59 61 } 60 62 } 61 63 }