Skip to content
Snippets Groups Projects
Unverified Commit 28c98e51 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

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.
parent b5ce7f58
No related branches found
No related tags found
Loading
Showing
with 263 additions and 107 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment