dendrite/federationsender
Neil Alexander 067b875063
Invites v2 endpoint (#952)
* Start converting v1 invite endpoint to v2

* Update gomatrixserverlib

* Early federationsender code for sending invites

* Sending invites sorta happens now

* Populate invite request with stripped state

* Remodel a bit, don't reflect received invites

* Handle invite_room_state

* Handle room versions a bit better

* Update gomatrixserverlib

* Tweak order in destinationQueue.next

* Revert check in processMessage

* Tweak federation sender destination queue code a bit

* Add comments
2020-04-03 14:29:06 +01:00
..
api use custom http client instead of the http DefaultClient (#823) 2020-04-03 11:40:50 +01:00
consumers Invites v2 endpoint (#952) 2020-04-03 14:29:06 +01:00
query
queue Invites v2 endpoint (#952) 2020-04-03 14:29:06 +01:00
storage Log errors from rows.Close (#920) 2020-03-18 10:17:18 +00:00
types
federationsender.go