diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2022-04-26 10:53:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-26 10:53:17 +0200 |
commit | e8be2b234f616c8422372665c845d9a7a1af245f (patch) | |
tree | e7b058caf5ffebf9a7c589a0c45997e1b2b89490 /sytest-whitelist | |
parent | feac9db43fc459f1efa10424dfc96f8d54b55c64 (diff) |
Add heroes to the room summary (#2373)
* Implement room summary heroes
* Add passing tests
* Move MembershipCount to addRoomSummary
* Add comments, close Statement
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index 91304bd7..c9829606 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -714,4 +714,7 @@ Presence can be set from sync /state_ids returns M_NOT_FOUND for a rejected message event /state returns M_NOT_FOUND for a rejected state event /state_ids returns M_NOT_FOUND for a rejected state event -PUT /rooms/:room_id/redact/:event_id/:txn_id is idempotent
\ No newline at end of file +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
\ No newline at end of file |