From 85b30abfde1465de6f900434d21ed35ad850810c Mon Sep 17 00:00:00 2001 From: "H. Shay" Date: Thu, 28 Apr 2022 11:55:00 -0700 Subject: update comment --- synapse/module_api/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/synapse/module_api/__init__.py b/synapse/module_api/__init__.py index 611d8a5cf7..e79f058e85 100644 --- a/synapse/module_api/__init__.py +++ b/synapse/module_api/__init__.py @@ -579,6 +579,9 @@ class ModuleApi: ) -> str: """Map a username onto a string suitable for a MXID + This follows the algorithm laid out at + https://matrix.org/docs/spec/appendices.html#mapping-from-other-character-sets. + Added in Synapse v1.58.0 Args: -- cgit 1.5.1