summary refs log tree commit diff
path: root/changelog.d/6655.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add `local_current_membership` table (#6655)Erik Johnston2020-01-151-0/+1
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.