diff options
author | Matt C <96466754+buffless-matt@users.noreply.github.com> | 2022-08-03 19:25:36 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 09:25:36 +0000 |
commit | 570bf32bbb9b4bd31a9783746187769613591499 (patch) | |
tree | aab250e9667a795f3a207ac35f1c3c26fbaa3e07 /changelog.d | |
parent | Remove 'Contents' section from the Configuration Manual (#13438) (diff) | |
download | synapse-570bf32bbb9b4bd31a9783746187769613591499.tar.xz |
Add module API method to resolve a room alias to a room ID (#13428)
Co-authored-by: MattC <buffless-matt@users.noreply.github.com> Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13428.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13428.feature b/changelog.d/13428.feature new file mode 100644 index 0000000000..085b61483f --- /dev/null +++ b/changelog.d/13428.feature @@ -0,0 +1 @@ +Add a module API method to translate a room alias into a room ID. |