diff options
author | DeepBlueV7.X <nicolas.werner@hotmail.de> | 2021-05-05 13:37:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-05 14:37:56 +0100 |
commit | e9eb3549d32a6f93d07de8dbd5e1ebe54c8d8278 (patch) | |
tree | 1d7cd3ec93ad5d1c4a23bb99d2022d270c8f6e91 /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-e9eb3549d32a6f93d07de8dbd5e1ebe54c8d8278.tar.xz |
Leave out optional keys from /sync (#9919)
This leaves out all optional keys from /sync. This should be fine for all clients tested against conduit already, but it may break some clients, as such we should check, that at least most of them don't break horribly and maybe back out some of the individual changes. (We can probably always leave out groups for example, while the others may cause more issues.) Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9919.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9919.feature b/changelog.d/9919.feature new file mode 100644 index 0000000000..07747505d2 --- /dev/null +++ b/changelog.d/9919.feature @@ -0,0 +1 @@ +Omit empty fields from the `/sync` response. Contributed by @deepbluev7. |