diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2022-06-09 12:26:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-09 11:26:48 +0100 |
commit | 289b3c56082e243b2d9674c650d2460226013aa1 (patch) | |
tree | e9976daaca1832700f1d89d4669b2e65da62567b /sytest-whitelist | |
parent | 3cdefcf765f0373209e10b4a4085a7b41667868d (diff) |
Allow "registration is idempotent, with username specified" to pass (#2488)
Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index 5f6797a3..21bbc396 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -716,6 +716,7 @@ PUT /rooms/:room_id/redact/:event_id/:txn_id is idempotent Unnamed room comes with a name summary Named room comes with just joined member count summary Room summary only has 5 heroes +registration is idempotent, with username specified Setting state twice is idempotent Joining room twice is idempotent -Inbound federation can return missing events for shared visibility
\ No newline at end of file +Inbound federation can return missing events for shared visibility |