dendrite/syncapi/consumers
Neil Alexander f0c8a03649
Membership updater refactoring (#2541)
* Membership updater refactoring

* Pass in membership state

* Use membership check rather than referring to state directly

* Delete irrelevant membership states

* We don't need the leave event after all

* Tweaks

* Put a log entry in that I might stand a chance of finding

* Be less panicky

* Tweak invite handling

* Don't freak if we can't find the event NID

* Use event NID from `types.Event`

* Clean up

* Better invite handling

* Placate the almighty linter

* Blacklist a Sytest which is otherwise fine under Complement for reasons I don't understand

* Fix the sytest after all (thanks @S7evinK for the spot)
2022-07-22 14:44:04 +01:00
..
clientapi.go Add possibility to ignore users (#2329) 2022-04-07 15:08:19 +01:00
keychange.go syncapi: define specific interfaces for internal HTTP communications (#2416) 2022-05-05 09:56:03 +01:00
presence.go Fix issue uint64 values with high bit are not supported in presence (#2562) 2022-07-07 16:29:25 +02:00
receipts.go Hopefully fix read receipts timestamps (#2557) 2022-07-05 17:13:26 +01:00
roomserver.go Membership updater refactoring (#2541) 2022-07-22 14:44:04 +01:00
sendtodevice.go Remove eduserver (#2306) 2022-03-29 14:14:35 +02:00
typing.go Remove eduserver (#2306) 2022-03-29 14:14:35 +02:00
userapi.go Per-room consumers (#2293) 2022-03-23 10:20:18 +00:00