From 3124644315d028909552873d28c58cec2cfa9a8d Mon Sep 17 00:00:00 2001 From: Alexey Shchepin Date: Fri, 28 Jun 2024 05:31:16 +0300 Subject: [PATCH] Fix matrix_id_as_jid option documentation --- src/mod_matrix_gw.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mod_matrix_gw.erl b/src/mod_matrix_gw.erl index 37943ae02..a6470a06e 100644 --- a/src/mod_matrix_gw.erl +++ b/src/mod_matrix_gw.erl @@ -924,10 +924,10 @@ mod_doc() -> {matrix_id_as_jid, #{value => "true | false", desc => - ?T("If set to 'false', all packets failing to be delivered via an XMPP " + ?T("If set to 'true', all packets failing to be delivered via an XMPP " "server-to-server connection will then be routed to the Matrix gateway " "by translating a Jabber ID 'user@matrixdomain.tld' to a Matrix user " - "identifier '@user:matrixdomain.tld'. When set to 'true', messages " + "identifier '@user:matrixdomain.tld'. When set to 'false', messages " "must be explicitly sent to the matrix gateway service Jabber ID to be " "routed to a remote Matrix server. In this case, to send a message to " "Matrix user '@user:matrixdomain.tld', the client must send a message "