MatrixSynapse/synapse
Paul "LeoNerd" Evans 93407cf7cf Bugfixes on presence pushes on user joining:
* No need to inform clients of status of remote users; as that will
   arrive in due course anyway. We don't -have- the state currently, so
   we'd only send an unknown message

 * Remember to bump the presence serial for the event source, so the
   notifiers will wake up and report it
2014-08-29 19:53:33 +01:00
..
api
app
crypto
federation
handlers Bugfixes on presence pushes on user joining: 2014-08-29 19:53:33 +01:00
http
rest
storage
streams Renamed get_current_token_part to get_current_key 2014-08-29 19:15:23 +01:00
util
__init__.py
notifier.py Have EventSource's get_new_events_for_user() API work only on keys within that source, not overall eventstream tokens 2014-08-29 19:13:55 +01:00
server.py
state.py
types.py