Add profile data to the room_membership table for joins

This commit is contained in:
Erik Johnston 2016-12-08 13:02:58 +00:00
parent de796f27e6
commit c45d8e9ba2
4 changed files with 110 additions and 0 deletions

View file

@ -541,6 +541,9 @@ class StreamStore(SQLBaseStore):
def get_room_max_stream_ordering(self):
return self._stream_id_gen.get_current_token()
def get_room_min_stream_ordering(self):
return self._backfill_id_gen.get_current_token()
def get_stream_token_for_event(self, event_id):
"""The stream token for an event
Args: