This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
ModuleAPI: provide method to resolve room_alias to room_id #13359
Labels
A-Modules
Module API: https://matrix-org.github.io/synapse/latest/modules/index.html
T-Enhancement
New features, changes in functionality, improvements in performance, or user-facing enhancements.
I am writing a pluggable module that joins rooms on login,
and i resolve room alias to id with:
Which isn't great, because i go through api._store.
Would be nice to have such a functionality in the api itself.
The text was updated successfully, but these errors were encountered: