diff options
author | Shay <hillerys@element.io> | 2024-07-16 01:52:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-16 09:52:39 +0100 |
commit | 899d33f2baf42727fb9b4c118a931d872690a81c (patch) | |
tree | 73d2a8f03ec28ab592344df054c34b5201928983 /changelog.d | |
parent | Fix bug where sync could get stuck when using workers (#17438) (diff) | |
download | synapse-899d33f2baf42727fb9b4c118a931d872690a81c.tar.xz |
Remove unnecessary call to resume producing in fake channel (#17449)
This fell out of the authenticated media work - this bit of code masked a bug but does not break anything when removed, so probably should be removed.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17449.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17449.bugfix b/changelog.d/17449.bugfix new file mode 100644 index 0000000000..cd847a3d1c --- /dev/null +++ b/changelog.d/17449.bugfix @@ -0,0 +1 @@ +Remove unnecessary call to resume producing in fake channel. \ No newline at end of file |