MatrixSynapse/synapse/handlers
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
..
__init__.py
_base.py
directory.py
events.py Don't query the rooms members table so much by using the new notifier api that allows you to specify room_ids to notify. 2014-08-28 17:43:15 +01:00
federation.py Fix FederationHandler to event.origin 2014-08-28 18:32:44 +01:00
login.py
message.py Rename 'events_key' to 'room_key' so it matches the name of the event source 2014-08-29 19:00:55 +01:00
presence.py Bugfixes on presence pushes on user joining: 2014-08-29 19:53:33 +01:00
profile.py
register.py
room.py Renamed get_current_token_part to get_current_key 2014-08-29 19:15:23 +01:00
typing.py Renamed get_current_token_part to get_current_key 2014-08-29 19:15:23 +01:00