summary refs log tree commit diff
path: root/changelog.d/10825.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.45.0rc2David Robertson2021-10-141-1/+0
|
* Stop user directory from failing if it encounters users not in the `users` ↵David Robertson2021-10-131-0/+1
table. (#11053) The following scenarios would halt the user directory updater: - user joins room - user leaves room - user present in room which switches from private to public, or vice versa. for two classes of users: - appservice senders - users missing from the user table. If this happened, the user directory would be stuck, unable to make forward progress. Exclude both cases from the user directory, so that we ignore them. Co-authored-by: Eric Eastwood <erice@element.io> Co-authored-by: reivilibre <oliverw@matrix.org> Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com> Co-authored-by: Brendan Abolivier <babolivier@matrix.org>