From f0a21b61655687bb039bac088d6215f73714f7d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20K=C3=B6sters?= Date: Sun, 18 Oct 2020 20:33:12 +0200 Subject: fix: use device_id when registering TIL body.device_id != (*body).device_id, which is pretty bad, so I renamed body.device_id to body.sender_device --- tests/sytest/sytest-whitelist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/sytest/sytest-whitelist b/tests/sytest/sytest-whitelist index e1f4e5c..d3271dd 100644 --- a/tests/sytest/sytest-whitelist +++ b/tests/sytest/sytest-whitelist @@ -83,6 +83,7 @@ POST /register rejects registration of usernames with '|' POST /register rejects registration of usernames with '}' POST /register rejects registration of usernames with '£' POST /register rejects registration of usernames with 'é' +POST /register returns the same device_id as that in the request POST /rooms/:room_id/ban can ban a user POST /rooms/:room_id/invite can send an invite POST /rooms/:room_id/join can join a room @@ -116,6 +117,7 @@ Typing events appear in incremental sync Typing events appear in initial sync Uninvited users cannot join the room User appears in user directory +User directory correctly update on display name change User in dir while user still shares private rooms User in shared private room does appear in user directory User is offline if they set_presence=offline in their sync -- cgit v1.2.3