MatrixSynapse/synapse/rest
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
..
admin Remove stream ordering from Metadata dict (#8452) 2020-10-05 14:43:14 +01:00
client Convert additional templates to Jinja (#8444) 2020-10-02 11:15:53 +01:00
consent Remove unnecessary maybeDeferred calls (#8044) 2020-08-07 09:44:48 -04:00
key Fix typos in comments. 2020-09-14 11:46:58 -04:00
media Fix bug in remote thumbnail search (#8438) 2020-10-02 12:29:29 +01:00
oidc Merge different Resource implementation classes (#7732) 2020-07-03 19:02:19 +01:00
saml2 Improve SAML error messages (#8248) 2020-09-14 09:05:36 -04:00
synapse Show a confirmation page during user password reset (#8004) 2020-09-10 11:45:12 +01:00
__init__.py Show a confirmation page during user password reset (#8004) 2020-09-10 11:45:12 +01:00
health.py Add health check endpoint (#8048) 2020-08-07 14:21:24 +01:00
well_known.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00