From 8a40ca185b924f36ae323f1cc8b063fce8d312af Mon Sep 17 00:00:00 2001 From: Anatoliy Sablin Date: Sun, 22 Mar 2020 12:17:33 +0300 Subject: [PATCH] Fix #22. --- docs/stores/sql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stores/sql.md b/docs/stores/sql.md index 95074ea..3749926 100644 --- a/docs/stores/sql.md +++ b/docs/stores/sql.md @@ -136,7 +136,7 @@ sql: ``` For the `role` query, `type` can be used to tell ma1sd how to inject the User ID in the query: -- `localpart` will extract and set only the localpart. +- `uid` will extract and set only the localpart. - `mxid` will use the ID as-is. On each query, the first parameter `?` is set as a string with the corresponding ID format.