MatrixSynapse/synapse
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
..
_scripts
api
app
appservice
config
crypto
events
federation
groups
handlers Add `local_current_membership` table (#6655) 2020-01-15 14:59:33 +00:00
http
logging
metrics
module_api
push Add `local_current_membership` table (#6655) 2020-01-15 14:59:33 +00:00
replication Add `local_current_membership` table (#6655) 2020-01-15 14:59:33 +00:00
res/templates
rest
server_notices Add `local_current_membership` table (#6655) 2020-01-15 14:59:33 +00:00
spam_checker_api
state
static
storage Add `local_current_membership` table (#6655) 2020-01-15 14:59:33 +00:00
streams
util
__init__.py
event_auth.py
notifier.py
python_dependencies.py
secrets.py
server.py
server.pyi
types.py
visibility.py