summary refs log tree commit diff
path: root/changelog.d/7.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Faster partial join to room with complex auth graph (#7)Erik Johnston2024-01-101-0/+1
Instead of persisting outliers in a bunch of batches, let's just do them all at once. This is fine because all `_auth_and_persist_outliers_inner` is doing is checking the auth rules for each event, which requires the events to be topologically sorted by the auth graph.