diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-03-16 19:23:40 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-03-16 19:23:40 +0000 |
commit | 83b92c326f2ce9645e421281854459f00fb9b6c7 (patch) | |
tree | d56fe870a01f5209baa2449a843d1b94526f6476 /changelog.d | |
parent | Merge pull request #5727 from matrix-org/uhoreg/e2e_cross-signing2-part3 (diff) | |
parent | Depublish a room from the public rooms list when it is upgraded (#6232) (diff) | |
download | synapse-83b92c326f2ce9645e421281854459f00fb9b6c7.tar.xz |
Depublish a room from the public rooms list when it is upgraded (#6232)
* commit 'ace947e8d': Depublish a room from the public rooms list when it is upgraded (#6232)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6232.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6232.bugfix b/changelog.d/6232.bugfix new file mode 100644 index 0000000000..12718ba934 --- /dev/null +++ b/changelog.d/6232.bugfix @@ -0,0 +1 @@ +Remove a room from a server's public rooms list on room upgrade. \ No newline at end of file |