mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-29 12:42:46 +00:00
Validate m.room.create events in send_join responses (#1505)
* Validate m.room.create events in send_join responses For sytest compliance, refs #1315 and #1317 Fixes #1317 * Linting
This commit is contained in:
parent
fe5d1400bf
commit
9096bfcee8
2 changed files with 59 additions and 1 deletions
|
@ -68,6 +68,8 @@ Request to logout with invalid an access token is rejected
|
|||
Request to logout without an access token is rejected
|
||||
Room creation reports m.room.create to myself
|
||||
Room creation reports m.room.member to myself
|
||||
Outbound federation rejects send_join responses with no m.room.create event
|
||||
Outbound federation rejects m.room.create events with an unknown room version
|
||||
Invited user can see room metadata
|
||||
# Blacklisted because these tests call /r0/events which we don't implement
|
||||
# New room members see their own join event
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue