Skip to content

Commit

Permalink
Fix matrix_id_as_jid option documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyshch committed Jun 28, 2024
1 parent 27ba09d commit 3124644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mod_matrix_gw.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit 3124644

Please sign in to comment.