diff options
| author | Erik Johnston <erikj@element.io> | 2024-03-26 13:26:46 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-26 13:26:46 +0000 |
| commit | c900d18647b7ad787c6df5a9a83b225758161c4e (patch) | |
| tree | c20bf9fbcd36567b8df7291518ace3608dd78f14 | |
| parent | Ensure that pending to-device events are sent over federation at startup (#16... (diff) | |
| download | synapse-c900d18647b7ad787c6df5a9a83b225758161c4e.tar.xz | |
Fix OIDC login regression (#17031)
Requests may require a User-Agent header, and the change in #16972 accidentally removed it, resulting in requests getting rejected causing login to fail.
| -rw-r--r-- | changelog.d/17031.feature | 1 | ||||
| -rw-r--r-- | synapse/http/client.py | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/changelog.d/17031.feature b/changelog.d/17031.feature new file mode 100644 |
