aboutsummaryrefslogtreecommitdiff
path: root/sytest-whitelist
diff options
context:
space:
mode:
authorTill <2353100+S7evinK@users.noreply.github.com>2022-04-26 10:53:17 +0200
committerGitHub <noreply@github.com>2022-04-26 10:53:17 +0200
commite8be2b234f616c8422372665c845d9a7a1af245f (patch)
treee7b058caf5ffebf9a7c589a0c45997e1b2b89490 /sytest-whitelist
parentfeac9db43fc459f1efa10424dfc96f8d54b55c64 (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-whitelist5
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