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 | |
| 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.
| -rw-r--r-- | changelog.d/17449.bugfix | 1 | ||||
| -rw-r--r-- | tests/server.py | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/changelog.d/17449.bugfix b/changelog.d/17449.bugfix new file mode 100644 |
