matrix-public-archive/server/lib/matrix-utils
Eric Eastwood 2c2ce3e656 Make sure fetchRoomData throws 403 errors
Before, it would swallow all of the errors and just return empty data
which was fine but now we want it to retry fetching if we weren't in
the room yet so we need that 403 error being thrown signal.
2023-06-22 21:09:46 -05:00
..
create-retry-fn-if-not-joined.js Make sure fetchRoomData throws 403 errors 2023-06-22 21:09:46 -05:00
ensure-room-joined.js Start of `retryFnIfNotJoined` 2023-06-22 20:13:42 -05:00
fetch-events-from-timestamp-backwards.js Timeout requests and stop processing further (#204) 2023-05-02 00:39:01 -05:00
fetch-public-rooms.js Show `world_readable` rooms in the room directory 2023-06-22 18:13:51 -05:00
fetch-room-data.js Make sure fetchRoomData throws 403 errors 2023-06-22 21:09:46 -05:00
get-messages-response-from-event-id.js Timeout requests and stop processing further (#204) 2023-05-02 00:39:01 -05:00
get-server-name-from-matrix-room-id-or-alias.js Follow tombstone and predecessor history (#167) 2023-04-19 01:26:15 -05:00
resolve-room-alias.js Start of `retryFnIfNotJoined` 2023-06-22 20:13:42 -05:00
resolve-room-id-or-alias.js Start of `retryFnIfNotJoined` 2023-06-22 20:13:42 -05:00
timestamp-to-event.js Timeout requests and stop processing further (#204) 2023-05-02 00:39:01 -05:00