MatrixSynapse/synapse/push
Erik Johnston 28c98e51ff
Add `local_current_membership` table (#6655)
Currently we rely on `current_state_events` to figure out what rooms a
user was in and their last membership event in there. However, if the
server leaves the room then the table may be cleaned up and that
information is lost. So lets add a table that separately holds that
information.
2020-01-15 14:59:33 +00:00
..
__init__.py
action_generator.py
baserules.py
bulk_push_rule_evaluator.py Change EventContext to use the Storage class (#6564) 2019-12-20 10:32:02 +00:00
clientformat.py
emailpusher.py
httppusher.py
mailer.py
presentable_names.py
push_rule_evaluator.py
push_tools.py Add `local_current_membership` table (#6655) 2020-01-15 14:59:33 +00:00
pusher.py Clean up startup for the pusher (#6558) 2019-12-18 14:26:58 +00:00
pusherpool.py Clean up startup for the pusher (#6558) 2019-12-18 14:26:58 +00:00
rulekinds.py