matrix-public-archive/server
Eric Eastwood aff0423f4c
Prevent join event spam with stable `reason` (#268)
Fix https://github.com/matrix-org/matrix-public-archive/issues/267

In the case of someone visiting a room via an alias, we can't get access to the `room_id` before we join the room. I've opted to just point to the Matrix Public Archive instance in general. This way the `join` reason is always stable regardless how someone is visiting the room.

Join `reason` was originally added in https://github.com/matrix-org/matrix-public-archive/pull/262
2023-06-22 01:55:21 -05:00
..
child-process-runner Timeout requests and stop processing further (#204) 2023-05-02 00:39:01 -05:00
hydrogen-render Use `rel=canonical` link to de-duplicate event permalinks (#266) 2023-06-22 01:50:55 -05:00
lib Prevent join event spam with stable `reason` (#268) 2023-06-22 01:55:21 -05:00
middleware Use `rel=canonical` link to de-duplicate event permalinks (#266) 2023-06-22 01:50:55 -05:00
routes Use `rel=canonical` link to de-duplicate event permalinks (#266) 2023-06-22 01:50:55 -05:00
tracing We can better detect static assets to avoid tracing nowadays (#207) 2023-05-02 00:55:22 -05:00
server.js Enable tracing by config so we can enable from argv, env variable, or config file (#41) 2022-07-14 11:26:53 -05:00
start-dev.js Document why changes to locally linked hydrogen-view-sdk don't trigger a rebuild (#240) 2023-05-30 10:34:35 -05:00