synapse-product/synapse/storage
2014-09-11 18:52:35 +01:00
..
schema Generate m.room.aliases event when the HS creates a room alias 2014-09-05 21:35:56 +01:00
__init__.py Rename _store_room_member_txn to _store_room_member_from_event_txn so we can create another, more sensible function of that name 2014-09-11 18:44:04 +01:00
_base.py When getting a state event also include the previous content 2014-09-06 02:23:36 +01:00
directory.py Generate m.room.aliases event when the HS creates a room alias 2014-09-05 21:35:56 +01:00
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 Add a better _store_room_member_txn() method that takes separated fields instead of an event object; also add FIXME comment about a big bug in the logic 2014-09-11 18:52:35 +01:00
stream.py When getting a state event also include the previous content 2014-09-06 02:23:36 +01:00
transactions.py