MatrixSynapse/synapse
Erik Johnston fd5c28dc52 Dont fire user_joined_room when guest hits /events
Firing the 'user_joined_room' signal everytime a guest hits /events
causes all presence for that room to be returned in the stream. This may
sound helpful, but causes clients to tightloop calling /events.

In general, guest users should get the initial presence from (room)
intial sync and so we don't require presence to sbsequently come down
the event stream.
2016-01-12 11:04:06 +00:00
..
api
app
appservice
config
crypto
events
federation
handlers Dont fire user_joined_room when guest hits /events 2016-01-12 11:04:06 +00:00
http
metrics
push
rest
static/client
storage
streams
util
__init__.py
notifier.py
python_dependencies.py
server.py
state.py
types.py