mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-30 21:12:45 +00:00
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.
This commit is contained in:
parent
db83789654
commit
d065219de1
2 changed files with 48 additions and 18 deletions
|
@ -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
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue