0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-22 20:48:20 +02:00
synapse/synapse/federation/sender
Richard van der Hoff f31f8e6319
Remove stream ordering from Metadata dict (#8452)
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.
2020-10-05 14:43:14 +01:00
..
__init__.py Remove stream ordering from Metadata dict (#8452) 2020-10-05 14:43:14 +01:00
per_destination_queue.py Remove stream ordering from Metadata dict (#8452) 2020-10-05 14:43:14 +01:00
transaction_manager.py Add prometheus metrics to track federation delays (#8430) 2020-10-01 11:09:12 +01:00