MatrixSynapse/synapse/storage
Erik Johnston e062f2dfa8 Apparently we can't do txn.rollback(), so raise and catch an exception instead. 2014-09-08 22:37:19 +01:00
..
schema
__init__.py Apparently we can't do txn.rollback(), so raise and catch an exception instead. 2014-09-08 22:37:19 +01:00
_base.py When getting a state event also include the previous content 2014-09-06 02:23:36 +01:00
directory.py
feedback.py
keys.py
pdu.py Fix bug in state handling where we incorrectly identified a missing pdu. Update tests to catch this case. 2014-09-08 19:50:59 +01:00
presence.py
profile.py
registration.py
room.py
roommember.py When getting a state event also include the previous content 2014-09-06 02:23:36 +01:00
stream.py When getting a state event also include the previous content 2014-09-06 02:23:36 +01:00
transactions.py