mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2026-01-01 01:40:09 -05:00
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 |
||
|---|---|---|
| .. | ||
| api | ||
| appservice | ||
| config | ||
| crypto | ||
| events | ||
| federation | ||
| handlers | ||
| http | ||
| replication | ||
| rest | ||
| storage | ||
| util | ||
| __init__.py | ||
| server.py | ||
| test_distributor.py | ||
| test_dns.py | ||
| test_event_auth.py | ||
| test_federation.py | ||
| test_preview.py | ||
| test_server.py | ||
| test_state.py | ||
| test_test_utils.py | ||
| test_types.py | ||
| test_visibility.py | ||
| unittest.py | ||
| utils.py | ||