Closed
Description
Spawned from #31 (comment)
Most of the time, we're already joined to the room so there is no need to try joining the room every single time a request is made.
We can instead skip the join and go straight into fetching the room metadata. If we encounter a403 Forbidden
or 401 Unauthorized
, we can then run the join and run the data fetchers again.