summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-05-06 15:06:35 +0100
committerGitHub <noreply@github.com>2021-05-06 15:06:35 +0100
commiteba431c539dbe0ca28794d89962d447d1f75938f (patch)
tree64036119f6fec974f7902635308db9433ce9c39b /changelog.d
parentMerge remote-tracking branch 'origin/master' into develop (diff)
downloadsynapse-eba431c539dbe0ca28794d89962d447d1f75938f.tar.xz
Revert "Leave out optional keys from /sync (#9919)" (#9940)
This reverts commit e9eb3549d32a6f93d07de8dbd5e1ebe54c8d8278.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9919.feature1
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/9919.feature b/changelog.d/9919.feature
deleted file mode 100644
index 07747505d2..0000000000
--- a/changelog.d/9919.feature
+++ /dev/null
@@ -1 +0,0 @@
-Omit empty fields from the `/sync` response.  Contributed by @deepbluev7.