MatrixSynapse/synapse
Richard van der Hoff 7eb9f34cc3 Remove spurious yield
In `MessageHandler`, remove `yield` on call to `Notifier.on_new_room_event`:
it doesn't return anything anyway.
2017-04-03 15:44:19 +01:00
..
api
app
appservice Add comment 2017-03-29 09:50:05 +01:00
config typo 2017-03-15 12:40:42 +00:00
crypto
events
federation Bail early if remote wouldn't be retried (#2064) 2017-03-29 11:48:27 +01:00
handlers Remove spurious yield 2017-04-03 15:44:19 +01:00
http try not to drop context after federation requests 2017-03-23 22:36:21 +00:00
metrics Rename the python-specific metrics now the docs claim that we have done 2016-11-03 17:03:52 +00:00
push
replication
rest
static/client Updates to fallback CAS login to do new token login 2015-11-06 09:57:17 +00:00
storage Use txn.fetchall() so we can reuse txn 2017-03-30 10:30:05 +01:00
streams Add basic implementation of local device list changes 2017-01-25 14:27:27 +00:00
util
__init__.py
event_auth.py
notifier.py
python_dependencies.py
server.py
server.pyi
state.py
types.py
visibility.py