Skip room join until we run into a 403
/401
#50
Labels
A-archive-room-view
The view to look at a room day by day in the archive
A-backend
Related to the backend Node.js server pieces
T-Enhancement
New feature or request
Milestone
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 a
403 Forbidden
or401 Unauthorized
, we can then run the join and run the data fetchers again.The text was updated successfully, but these errors were encountered: