diff options
author | Gabriel FĂ©ron <g@leirbag.net> | 2023-05-31 15:18:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-31 09:18:37 -0400 |
commit | daf3a679089770e00d1b70d8ed2f91ab108b73e3 (patch) | |
tree | 212eed1298ad57c6c54238ab393f10c0b626582d /changelog.d | |
parent | Add stricter mypy options (#15694) (diff) | |
download | synapse-daf3a679089770e00d1b70d8ed2f91ab108b73e3.tar.xz |
Add get_canonical_room_alias to module API (#15450)
Co-authored-by: Boxdot <d@zerovolt.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15450.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15450.feature b/changelog.d/15450.feature new file mode 100644 index 0000000000..2102381143 --- /dev/null +++ b/changelog.d/15450.feature @@ -0,0 +1 @@ +Support resolving a room's [canonical alias](https://spec.matrix.org/v1.7/client-server-api/#mroomcanonical_alias) via the module API. \ No newline at end of file |