summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrewFerr <AndrewFerr@users.noreply.github.com>2021-10-04 10:43:03 -0400
committerGitHub <noreply@github.com>2021-10-04 14:43:03 +0000
commit30f02404017231ed7e84667f3e1b85e2ed1ae348 (patch)
tree4ceffe0770b1fcf76f174a9baab6190b682ed3b5 /changelog.d
parentMerge tag 'v1.44.0rc3' into develop (diff)
downloadsynapse-30f02404017231ed7e84667f3e1b85e2ed1ae348.tar.xz
Make is_public Optional[bool] for create_room_as test util (#10951) (#10963)
Signed-off-by: Andrew Ferrazzutti <fair@miscworks.net>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10963.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10963.misc b/changelog.d/10963.misc
new file mode 100644
index 0000000000..daf40155de
--- /dev/null
+++ b/changelog.d/10963.misc
@@ -0,0 +1 @@
+Fix the test utility function `create_room_as` so that `is_public=True` will explicitly set the `visibility` parameter of room creation requests to `public`. Contributed by @AndrewFerr.