A cheap attempt at a native Bluesky client for Android
0
fork

Configure Feed

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

Bluesky: fixed annoying session refresh

copy paste sucks

geesawra ae84ef66 0dacf7cb

+1 -1
+1 -1
app/src/main/java/industries/geesawra/jerryno/datalayer/Bluesky.kt
··· 330 330 when (rs.status) { 331 331 332 332 HttpStatusCode.OK -> run { 333 - val body: String = gs.body() 333 + val body: String = rs.body() 334 334 val rs: RefreshSessionResponse = 335 335 BlueskyJson.decodeFromString( 336 336 RefreshSessionResponse.serializer(),