diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-11-17 16:09:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-17 16:09:56 +0000 |
commit | e7132c3f81acbc50c1923cad7eeab96d3b2e05fd (patch) | |
tree | 74ad65f3da728bbf260f041da6681060c0f8dd31 /changelog.d | |
parent | Faster joins: do not wait for full state when creating events to send (#14403) (diff) | |
download | synapse-e7132c3f81acbc50c1923cad7eeab96d3b2e05fd.tar.xz |
Fix check to ignore blank lines in incoming TCP replication (#14449)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14449.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14449.misc b/changelog.d/14449.misc new file mode 100644 index 0000000000..320c0b6fae --- /dev/null +++ b/changelog.d/14449.misc @@ -0,0 +1 @@ +Fix type logic in TCP replication code that prevented correctly ignoring blank commands. \ No newline at end of file |