diff options
author | David Robertson <davidr@element.io> | 2022-12-05 11:30:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-05 11:30:41 +0000 |
commit | 93ac3c197ebcb56f4e68a93da5bd63b4a96b18f1 (patch) | |
tree | a1083113cfb949e5973ef9f9da5a1ee9d18a7a26 /changelog.d/14600.bugfix | |
parent | Handle 'go get' deprecation (#14611) (diff) | |
download | synapse-93ac3c197ebcb56f4e68a93da5bd63b4a96b18f1.tar.xz |
Suppress empty body warnings in room servelets (#14600)
* Suppress empty body warnings in room servelets We've already decided to allow empty bodies for backwards compat. The change here stops us from emitting a misleading warning; see also https://github.com/matrix-org/synapse/issues/14478#issuecomment-1319157105 * Changelog
Diffstat (limited to 'changelog.d/14600.bugfix')
-rw-r--r-- | changelog.d/14600.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14600.bugfix b/changelog.d/14600.bugfix new file mode 100644 |