Fix appservice users getting invited over federation

Invites are magic sauce, we need to manually send it off to the
appservice if it's for an appservice user.
This commit is contained in:
Lambda 2024-08-24 19:28:54 +00:00
parent 4ad50e2708
commit 006ea0eb94
2 changed files with 28 additions and 1 deletions

View file

@ -158,6 +158,9 @@ This will be the first release of Grapevine since it was forked from Conduit
12. Fix bug where unexpected keys were deleted from `m.direct` account data
events when joining an upgraded room.
([!53](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/53))
13. Fixed appservice users not receiving federated invites if the local server
isn't already resident in the room
([!80](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/80))
### Added