diff options
author | Travis Ralston <travpc@gmail.com> | 2020-07-30 21:41:44 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-31 04:41:44 +0100 |
commit | e2a4ba6f9baa82d9142e0662871f5e6bfcb3d538 (patch) | |
tree | bc09d5531ff38ea9dfadb77e707929ac3886de06 /changelog.d | |
parent | Update workers docs (#7990) (diff) | |
download | synapse-e2a4ba6f9baa82d9142e0662871f5e6bfcb3d538.tar.xz |
Add docs for undoing room shutdowns (#7998)
These docs were tested successfully in production by a customer, so it's probably fine.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7998.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7998.doc b/changelog.d/7998.doc new file mode 100644 index 0000000000..fc8b3f0c3d --- /dev/null +++ b/changelog.d/7998.doc @@ -0,0 +1 @@ +Add documentation for how to undo a room shutdown. |