MatrixSynapse/synapse
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
..
_scripts
api Do not assume that account data is of the correct form. (#8454) 2020-10-05 09:28:05 -04:00
app Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00
appservice
config Allow background tasks to be run on a separate worker. (#8369) 2020-10-02 08:23:15 -04:00
crypto
events Remove stream ordering from Metadata dict (#8452) 2020-10-05 14:43:14 +01:00
federation Remove stream ordering from Metadata dict (#8452) 2020-10-05 14:43:14 +01:00
groups
handlers Remove stream ordering from Metadata dict (#8452) 2020-10-05 14:43:14 +01:00
http Enable mypy checking for unreachable code and fix instances. (#8432) 2020-10-01 08:09:18 -04:00
logging Enable mypy checking for unreachable code and fix instances. (#8432) 2020-10-01 08:09:18 -04:00
metrics
module_api
push Enable mypy checking for unreachable code and fix instances. (#8432) 2020-10-01 08:09:18 -04:00
replication Add unit test for event persister sharding (#8433) 2020-10-02 09:57:12 +01:00
res/templates Convert additional templates to Jinja (#8444) 2020-10-02 11:15:53 +01:00
rest Remove stream ordering from Metadata dict (#8452) 2020-10-05 14:43:14 +01:00
server_notices
spam_checker_api
state Enable mypy checking for unreachable code and fix instances. (#8432) 2020-10-01 08:09:18 -04:00
static
storage Remove stream ordering from Metadata dict (#8452) 2020-10-05 14:43:14 +01:00
streams
util
__init__.py 1.21.0rc2 2020-10-02 12:46:58 +01:00
event_auth.py
notifier.py
python_dependencies.py
secrets.py
server.py Allow background tasks to be run on a separate worker. (#8369) 2020-10-02 08:23:15 -04:00
types.py
visibility.py Do not assume that account data is of the correct form. (#8454) 2020-10-05 09:28:05 -04:00