dendrite/roomserver/internal
Will Hunt 9557ccada4
Fix appsevice alias queries part 2 (#1684)
* Check membership of room

* Use QueryStateAfterEventsResponse

* Fix complexity

* Add field ShouldHitAppservice to GetRoomIDForAlias

* Hit appservice when trying to join a non-existent alias

* remove unused

* Changes that I made a long time ago

* Rename to appserviceJoinedAtEvent

* Check membership in GetMemberships

* Update QueryMembershipsForRoom

* Tweaks in client API

* Update appserviceJoinedAtEvent

* Comments

* Try QueryMembershipForUser instead

* Undo some changes to client API that shouldn't be needed

* More /event tweaks

* Refactor /event bit

* Go back to QueryMembershipsForRoom because appservices are hard

* Fix bugs in onMessage

* Add comments

* More logical naming, clean up a bit

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2021-03-03 17:00:31 +00:00
..
helpers Increase gocyclo complexity to 25 (and remove all but 2 golint directives related to it) (#1783) 2021-03-03 14:35:57 +00:00
input Fix crash in membership updater (#1753) 2021-02-06 11:49:18 +00:00
perform Fix appsevice alias queries part 2 (#1684) 2021-03-03 17:00:31 +00:00
query Send events to appservice based on room membership (#1680) 2021-03-03 16:27:44 +00:00
alias.go Fix appsevice alias queries part 2 (#1684) 2021-03-03 17:00:31 +00:00
api.go Fix appsevice alias queries part 2 (#1684) 2021-03-03 17:00:31 +00:00