summary refs log tree commit diff
diff options
context:
space:
mode:
authorTravis Ralston <travpc@gmail.com>2019-05-22 19:16:02 -0600
committerTravis Ralston <travpc@gmail.com>2019-05-22 19:16:02 -0600
commit177f2b838cd9e68d640d9e01bf84d22e5d0106cf (patch)
treedaf07efe347b5b07419a4675505be900764562d0
parentRemove m.relates_to from events if the client set it to null (diff)
downloadsynapse-travis/nullable-relation.tar.xz
-rw-r--r--changelog.d/5239.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5239.bugfix b/changelog.d/5239.bugfix
new file mode 100644
index 0000000000..dbb07be9e9
--- /dev/null
+++ b/changelog.d/5239.bugfix
@@ -0,0 +1 @@
+Fix 500 Internal Server Error when sending an event with `m.relates_to: null`.