MatrixSynapse/synapse/push
Erik Johnston 52d12ca782 Add /room/<room_id>/joined_members API
This returns the currently joined members in the room with their display
names and avatar urls. This is more efficient than /members for large
rooms where you don't need the full events.
2016-12-08 13:32:07 +00:00
..
__init__.py
action_generator.py
baserules.py
bulk_push_rule_evaluator.py Add /room/<room_id>/joined_members API 2016-12-08 13:32:07 +00:00
clientformat.py
emailpusher.py Reduce redundant database work in email pusher 2016-10-18 10:52:47 +01:00
httppusher.py
mailer.py Fix push notifications for a single unread message 2016-10-18 10:57:33 +01:00
presentable_names.py
push_rule_evaluator.py
push_tools.py
pusher.py
pusherpool.py
rulekinds.py