diff options
author | H. Shay <hillerys@element.io> | 2022-04-27 15:17:00 -0700 |
---|---|---|
committer | H. Shay <hillerys@element.io> | 2022-04-27 15:17:45 -0700 |
commit | 301b9cdfcc08fd2fa4e7a476a165c0fb4f6ea76b (patch) | |
tree | 2604ddd695439183b6ec9a2f346774a2c57694fb | |
parent | add function to normalize username to module api + test (diff) | |
download | synapse-301b9cdfcc08fd2fa4e7a476a165c0fb4f6ea76b.tar.xz |
newsfragement
-rw-r--r-- | changelog.d/12571.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12571.feature b/changelog.d/12571.feature new file mode 100644 index 0000000000..6be907da21 --- /dev/null +++ b/changelog.d/12571.feature @@ -0,0 +1 @@ +Add the Synapse function `types.map_username_to_mxid_localpart` to the Module API. |