summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-05-14 11:01:24 +0100
committerRichard van der Hoff <richard@matrix.org>2020-05-14 11:01:24 +0100
commit623abbeb8d77c4f83ef56446d70d3a4a6b1fc7f6 (patch)
treee4cb16dfa31d93e687e45eee53c5b1977c1c2e81 /changelog.d
parentStop `get_joined_users` corruption from custom statuses (#7376) (diff)
downloadsynapse-623abbeb8d77c4f83ef56446d70d3a4a6b1fc7f6.tar.xz
1.13.0rc2
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7376.bugfix1
-rw-r--r--changelog.d/7470.misc1
-rw-r--r--changelog.d/7483.bugfix1
3 files changed, 0 insertions, 3 deletions
diff --git a/changelog.d/7376.bugfix b/changelog.d/7376.bugfix
deleted file mode 100644
index b7b67e328e..0000000000
--- a/changelog.d/7376.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix a bug which could cause messages not to be sent over federation, when state events with state keys matching user IDs (such as custom user statuses) were received.
diff --git a/changelog.d/7470.misc b/changelog.d/7470.misc
deleted file mode 100644
index 45e66ecf48..0000000000
--- a/changelog.d/7470.misc
+++ /dev/null
@@ -1 +0,0 @@
-Fix linting errors in new version of Flake8.
diff --git a/changelog.d/7483.bugfix b/changelog.d/7483.bugfix
deleted file mode 100644
index e1bc324617..0000000000
--- a/changelog.d/7483.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Restore compatibility with non-compliant clients during the user interactive authentication process.