๐Ÿ“ฆโž”๐Ÿฆ‹ Store and retrieve files on the Atmosphere
34
fork

Configure Feed

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

remove invalid comment

Ducky 69cf6223 b9c2d5ec

-1
-1
src/commands/auth.sh
··· 74 74 session="$(com.atproto.server.getSession)" 75 75 error="$(atfile.util.get_xrpc_error $? "$session")" 76 76 77 - # TODO: Handle accessJwt expiry 78 77 if [[ -n "$error" ]]; then 79 78 if [[ $error == "[ExpiredToken]"* ]];then 80 79 session="$(com.atproto.server.refreshSession)"