summary refs log tree commit diff
path: root/changelog.d/6639.bugfix
diff options
context:
space:
mode:
authorKarlinde <Karlinde@users.noreply.github.com>2020-03-31 16:08:56 +0200
committerGitHub <noreply@github.com>2020-03-31 15:08:56 +0100
commitfe1580bfd91151c2c375d3c403ed911828f3899e (patch)
tree1120e802ce7ce5729f5708734ff210a120a6e78a /changelog.d/6639.bugfix
parentOnly setdefault for signatures if device has key_json (#7177) (diff)
downloadsynapse-fe1580bfd91151c2c375d3c403ed911828f3899e.tar.xz
Fill in the 'default' field for user-defined push rules (#6639)
Signed-off-by: Karl Linderhed <git@karlinde.se>
Diffstat (limited to 'changelog.d/6639.bugfix')
-rw-r--r--changelog.d/6639.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6639.bugfix b/changelog.d/6639.bugfix
new file mode 100644
index 0000000000..c7593a6e84
--- /dev/null
+++ b/changelog.d/6639.bugfix
@@ -0,0 +1 @@
+Fix missing field `default` when fetching user-defined push rules.