summary refs log tree commit diff
path: root/changelog.d/10982.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.45.0rc1Brendan Abolivier2021-10-121-1/+0
|
* Don't drop user dir deltas when server leaves room (#10982)David Robertson2021-10-061-0/+1
Fix a long-standing bug where a batch of user directory changes would be silently dropped if the server left a room early in the batch. * Pull out `wait_for_background_update` in tests Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>