0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-10 06:58:42 +02:00
dendrite/roomserver/storage/postgres
Neil Alexander 3ab8ebf6b8
More invite support (#979)
* Update gomatixserverlib

* Try to build invite stripped state if not given to us

* SendInvite improvements

* Transpose invite_room_state into invite_state.events for sync API

* Remove syncapi debugging output

* Use RespInviteV2

* Update gomatrixserverlib

* Send the invite event as a normal roomserver event too, for incorporating into room (should this be done by the roomserver automatically for invite inputs?)

* Federation sender use invite_room_state, room server try to insert membership state

* Check supported room versions on the invite endpoint

* Prevent roomserver query API from trying to handle requests for stub rooms

* Adding a nolint

* Replace IsRoomStub with RoomNIDExcludingStubs, fix query API to use that instead

* Review comments
2020-04-24 16:30:25 +01:00
..
event_json_table.go Log errors from rows.Close (#920) 2020-03-18 10:17:18 +00:00
event_state_keys_table.go Log errors from rows.Close (#920) 2020-03-18 10:17:18 +00:00
event_types_table.go Log errors from rows.Close (#920) 2020-03-18 10:17:18 +00:00
events_table.go Further room version wiring (#936) 2020-03-27 16:28:22 +00:00
invite_table.go Log errors from rows.Close (#920) 2020-03-18 10:17:18 +00:00
membership_table.go Log errors from rows.Close (#920) 2020-03-18 10:17:18 +00:00
prepare.go Implement storage interfaces (#841) 2020-01-03 14:07:05 +00:00
previous_events_table.go Implement storage interfaces (#841) 2020-01-03 14:07:05 +00:00
room_aliases_table.go Log errors from rows.Close (#920) 2020-03-18 10:17:18 +00:00
rooms_table.go Further room version wiring (#936) 2020-03-27 16:28:22 +00:00
sql.go Implement storage interfaces (#841) 2020-01-03 14:07:05 +00:00
state_block_table.go Log errors from rows.Close (#920) 2020-03-18 10:17:18 +00:00
state_block_table_test.go Implement storage interfaces (#841) 2020-01-03 14:07:05 +00:00
state_snapshot_table.go Always defer *sql.Rows.Close and consult with Err (#844) 2020-02-11 14:12:21 +00:00
storage.go More invite support (#979) 2020-04-24 16:30:25 +01:00
transactions_table.go Implement storage interfaces (#841) 2020-01-03 14:07:05 +00:00