Select the types of activity you want to include in your feed.
fix: Add custom logic for token refresh
The PDS responds with an HTTP 400 code when using an expired auth token. This won't trigger Ktor's token refresh, so we add a custom interceptor to detect this failure and manually refresh the tokens.