Add simple send_relation API and track in DB

This commit is contained in:
Erik Johnston 2019-05-14 16:59:21 +01:00
parent a9fc71c372
commit efe3c7977a
8 changed files with 311 additions and 0 deletions

View file

@ -1351,6 +1351,8 @@ class EventsStore(
# Insert into the event_search table.
self._store_guest_access_txn(txn, event)
self._handle_event_relations(txn, event)
# Insert into the room_memberships table.
self._store_room_members_txn(
txn,