diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-05-18 14:49:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-18 14:49:33 -0400 |
commit | a1cb05b3e8b439a2e68d3762ea7373785b8be4e1 (patch) | |
tree | bbfc224bcf1107528c8d34fad6d75b866943b111 /changelog.d | |
parent | Skip waiting for full state if a StateFilter does not require it (#12498) (diff) | |
download | synapse-a1cb05b3e8b439a2e68d3762ea7373785b8be4e1.tar.xz |
Fix federation in demo scripts. (#12783)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12783.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12783.misc b/changelog.d/12783.misc new file mode 100644 index 0000000000..97575608bb --- /dev/null +++ b/changelog.d/12783.misc @@ -0,0 +1 @@ +Fix federation when using the demo scripts. |