0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-22 21:24:14 +01:00
synapse/tests/rest
Erik Johnston 7941372ec8
Make token serializing/deserializing async ()
The idea is that in future tokens will encode a mapping of instance to position. However, we don't want to include the full instance name in the string representation, so instead we'll have a mapping between instance name and an immutable integer ID in the DB that we can use instead. We'll then do the lookup when we serialize/deserialize the token (we could alternatively pass around an `Instance` type that includes both the name and ID, but that turns out to be a lot more invasive).
2020-09-30 20:29:19 +01:00
..
admin Fixed a bug with reactivating users with the admin API () 2020-09-22 18:19:01 +01:00
client Make token serializing/deserializing async () 2020-09-30 20:29:19 +01:00
key Convert federation client to async/await. () 2020-07-30 08:01:33 -04:00
media Do not error when thumbnailing invalid files () 2020-09-09 12:59:41 -04:00
__init__.py
test_health.py Add health check endpoint () 2020-08-07 14:21:24 +01:00
test_well_known.py Simplify super() calls to Python 3 syntax. () 2020-09-18 09:56:44 -04:00