diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2023-09-26 15:47:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-26 15:47:37 +0200 |
commit | d065219de1c2860c9cf28e8d8169fabfb71dcc31 (patch) | |
tree | 762511454be420d34f11706f0f0030fbc8f5f31e /sytest-whitelist | |
parent | db83789654ade3cf4f900e8fbcaa742b60c5dc6c (diff) |
Fix invitations not sending push notifications (#3207)
The tests added in https://github.com/matrix-org/sytest/pull/1356
uncovered that we don't consider invitations as events the userapi
should handle and thus just don't notify the client about any new
invitations received over federation.
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index c61e0bc3..60ba0230 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -783,4 +783,8 @@ Invited user can reject invite for empty room Invited user can reject local invite after originator leaves Guest users can join guest_access rooms Forgotten room messages cannot be paginated -Local device key changes get to remote servers with correct prev_id
\ No newline at end of file +Local device key changes get to remote servers with correct prev_id +HS provides query metadata +HS can provide query metadata on a single protocol +Invites over federation are correctly pushed +Invites over federation are correctly pushed with name
\ No newline at end of file |