Skip to content

Commit

Permalink
Remove requirement to validate m.room.member event
Browse files Browse the repository at this point in the history
  • Loading branch information
tcpipuk authored Sep 30, 2024
1 parent 5a7842f commit d2c4373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proposals/4202-user-reporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ Content-Type: application/json
}
```

The homeserver SHOULD ensure that the `event_id` being reported corresponds to an `m.room.member`
event and SHOULD verify that the event was issued by the reported user's homeserver.
The homeserver SHOULD ensure that the `event_id` corresponds to an event in the room and SHOULD
verify that the event was issued by the reported user's homeserver.

### Federation Considerations

Expand Down

0 comments on commit d2c4373

Please sign in to comment.