diff options
author | Quentin Gliech <quenting@element.io> | 2022-06-17 13:19:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-17 12:19:22 +0100 |
commit | 73af10f419346a5f2d70131ac1ed8e69942edca0 (patch) | |
tree | 4fe5dd75647738edbb63a137e966160f97f5474c /changelog.d | |
parent | Rotate notifications more frequently (#13096) (diff) | |
download | synapse-73af10f419346a5f2d70131ac1ed8e69942edca0.tar.xz |
Simplify the alias deletion logic as an application service. (#13093)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13093.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13093.misc b/changelog.d/13093.misc new file mode 100644 index 0000000000..2547c87fa4 --- /dev/null +++ b/changelog.d/13093.misc @@ -0,0 +1 @@ +Simplify the alias deletion logic as an application service. |