MatrixSynapse/synapse/handlers
David Baker ad882cd54d Just return the deferred straight off
defer.returnValue doth not maketh a generator: it would need a
yield to be a generator, and this doesn't need a yield.
2017-03-01 18:08:51 +00:00
..
__init__.py
_base.py Insert delta of current_state_events to be more efficient 2017-01-20 17:10:18 +00:00
account_data.py
admin.py admin,storage: added more administrator functionalities 2017-02-02 14:02:26 +01:00
appservice.py
auth.py Just return the deferred straight off 2017-03-01 18:08:51 +00:00
device.py Fix bugs in the /keys/changes api 2017-02-14 13:59:50 +00:00
devicemessage.py
directory.py
e2e_keys.py Fix unit tests 2017-01-30 17:11:24 +00:00
events.py
federation.py Pop with default value to stop throwing 2017-02-28 10:02:54 +00:00
identity.py WIP support for msisdn 3pid proxy methods 2017-02-14 15:05:55 +00:00
initial_sync.py
message.py Don't clobber a displayname or avatar_url if provided by an m.room.member event 2017-01-24 18:06:07 +00:00
presence.py Cache get_presence storage 2017-02-13 13:50:03 +00:00
profile.py
receipts.py
register.py Fix email push in pusher worker 2017-02-02 10:53:36 +00:00
room.py Remove unused param 2017-02-20 15:02:01 +00:00
room_list.py
room_member.py Allow forgetting rooms you're banned from 2017-02-15 19:32:20 +00:00
search.py
sync.py Measure new device list stuff 2017-02-02 18:36:17 +00:00
typing.py