MatrixSynapse/synapse/handlers
Richard van der Hoff 9fc5b74b24 simplify get_persisted_pdu
it doesn't make much sense to use get_persisted_pdu on the receive path: just
get the event straight from the store.
2018-06-12 09:51:31 +01:00
..
__init__.py
_base.py Consistently use six's iteritems and wrap lazy keys/values in list() if they're not meant to be lazy (#3307) 2018-05-31 19:03:47 +10:00
account_data.py
admin.py
appservice.py Consistently use six's iteritems and wrap lazy keys/values in list() if they're not meant to be lazy (#3307) 2018-05-31 19:03:47 +10:00
auth.py Merge pull request #3276 from matrix-org/dbkr/unbind 2018-06-11 16:02:00 +01:00
deactivate_account.py Fix comment 2018-06-04 12:01:23 +01:00
device.py Consistently use six's iteritems and wrap lazy keys/values in list() if they're not meant to be lazy (#3307) 2018-05-31 19:03:47 +10:00
devicemessage.py
directory.py
e2e_keys.py
events.py
federation.py simplify get_persisted_pdu 2018-06-12 09:51:31 +01:00
groups_local.py
identity.py doc fixes 2018-06-05 18:09:13 +01:00
initial_sync.py
message.py Exempt AS-registered users from doing gdpr 2018-05-29 19:54:32 +01:00
presence.py Consistently use six's iteritems and wrap lazy keys/values in list() if they're not meant to be lazy (#3307) 2018-05-31 19:03:47 +10:00
profile.py
read_marker.py
receipts.py
register.py
room.py Consistently use six's iteritems and wrap lazy keys/values in list() if they're not meant to be lazy (#3307) 2018-05-31 19:03:47 +10:00
room_list.py Consistently use six's iteritems and wrap lazy keys/values in list() if they're not meant to be lazy (#3307) 2018-05-31 19:03:47 +10:00
room_member.py Let users leave the server notice room after joining 2018-05-25 11:07:21 +01:00
room_member_worker.py
search.py Consistently use six's iteritems and wrap lazy keys/values in list() if they're not meant to be lazy (#3307) 2018-05-31 19:03:47 +10:00
set_password.py
sync.py Consistently use six's iteritems and wrap lazy keys/values in list() if they're not meant to be lazy (#3307) 2018-05-31 19:03:47 +10:00
typing.py
user_directory.py Merge pull request #3244 from NotAFile/py3-six-4 2018-05-24 13:04:07 -05:00