forked from MirrorHub/synapse
f31f8e6319
There's no need for it to be in the dict as well as the events table. Instead, we store it in a separate attribute in the EventInternalMetadata object, and populate that on load. This means that we can rely on it being correctly populated for any event which has been persited to the database.
1 line
78 B
Text
1 line
78 B
Text
Remove redundant databae loads of stream_ordering for events we already have.
|