MatrixSynapse/synapse/rest
Erik Johnston 4317c8e583 Implement new replace_state and changed prev_state
`prev_state` is now a list of previous state ids, similiar to
prev_events. `replace_state` now points to what we think was replaced.
2014-11-06 15:10:55 +00:00
..
__init__.py
admin.py SYN-48: Fix typo. Get the whois for requested user rather tahan the requester 2014-09-29 15:04:04 +01:00
base.py Use state groups to get current state. Make join dance actually work. 2014-10-17 18:56:42 +01:00
directory.py SYN-2: Allow server admins to delete room aliases 2014-09-30 11:31:42 +01:00
events.py Use state groups to get current state. Make join dance actually work. 2014-10-17 18:56:42 +01:00
initial_sync.py
login.py
presence.py Make sure to return an empty JSON object ({}) from presence PUT/POST requests rather than an empty string ("") because most deserialisers won't like the latter 2014-10-14 16:48:15 +01:00
profile.py Fix pep8 warnings 2014-10-30 11:10:17 +00:00
register.py Fix pep8 warnings 2014-10-30 11:10:17 +00:00
room.py Implement new replace_state and changed prev_state 2014-11-06 15:10:55 +00:00
transactions.py Fix pep8 warnings 2014-10-30 11:10:17 +00:00
voip.py Fix pep8 warnings 2014-10-30 11:10:17 +00:00