link to /rooms, thanks Travis

Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
David Robertson 2022-05-10 20:49:12 +01:00 committed by GitHub
parent f477e9e105
commit 3fb806d281
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -357,7 +357,7 @@ server must ensure that the event:
1. Is a valid event, otherwise it is dropped. For an event to be valid, it 1. Is a valid event, otherwise it is dropped. For an event to be valid, it
must contain a `room_id`, and it must comply with the event format of must contain a `room_id`, and it must comply with the event format of
that room version. that [room version](/rooms).
2. Passes signature checks, otherwise it is dropped. 2. Passes signature checks, otherwise it is dropped.
3. Passes hash checks, otherwise it is redacted before being processed 3. Passes hash checks, otherwise it is redacted before being processed
further. further.