diff options
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10963.misc | 1 |
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. |