summary refs log tree commit diff
path: root/synapse/api/constants.py
diff options
context:
space:
mode:
author3nprob <74199244+3nprob@users.noreply.github.com>2025-05-26 14:21:43 +0000
committerGitHub <noreply@github.com>2025-05-26 16:21:43 +0200
commit33ba8860c43d4770ea119a09a4fcbbf366f3b32e (patch)
tree185e7801ca4f66908cdda613ae0caaba42287c02 /synapse/api/constants.py
parentDon't move invited users to new room when shutting down room (#18471) (diff)
downloadsynapse-33ba8860c43d4770ea119a09a4fcbbf366f3b32e.tar.xz
fix(device-handler): make _maybe_retry_device_resync thread-safe (#18391)
A race-condition may render concurrent retry loops.

Use an actual `Lock` for guarding single access of device resyncing
retrying.

### Pull Request Checklist

* [x] Pull request is based on the develop branch
* [x] Pull request includes a [changelog
file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog).
The entry should:
- Be a short description of your change which makes sense to users.
"Fixed a bug that prevented receiving messages from other servers."
instead of "Moved X method from `EventStore` to `EventWorkerStore`.".
  - Use markdown where necessary, mostly for `code blocks`.
  - End with either a period (.) or an exclamation mark (!).
  - Start with a capital letter.
- Feel free to credit yourself, by adding a sentence "Contributed by
@github_username." or "Contributed by [Your Name]." to the end of the
entry.
* [x] [Code
style](https://element-hq.github.io/synapse/latest/code_style.html) is
correct
(run the
[linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))
Diffstat (limited to 'synapse/api/constants.py')
0 files changed, 0 insertions, 0 deletions