mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
0ca459ea33
This is the first tranche of support for room versioning. It includes: * setting the default room version in the config file * new room_version param on the createRoom API * storing the version of newly-created rooms in the m.room.create event * fishing the version of existing rooms out of the m.room.create event |
||
---|---|---|
.. | ||
__init__.py | ||
__main__.py | ||
_base.py | ||
api.py | ||
appservice.py | ||
captcha.py | ||
cas.py | ||
consent_config.py | ||
database.py | ||
emailconfig.py | ||
groups.py | ||
homeserver.py | ||
jwt.py | ||
key.py | ||
logger.py | ||
metrics.py | ||
password_auth_providers.py | ||
password.py | ||
push.py | ||
ratelimiting.py | ||
registration.py | ||
repository.py | ||
saml2.py | ||
server_notices_config.py | ||
server.py | ||
spam_checker.py | ||
tls.py | ||
user_directory.py | ||
voip.py | ||
workers.py |