Skip to content

Commit

Permalink
fix typo on bots; mention e2ee for matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
hrfee committed Jul 16, 2021
1 parent 30c91bc commit b7cb7e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/bots/_index.md
Expand Up @@ -6,6 +6,6 @@ draft: false

# Chat bots

jfa-go can send messages (password resets, announcements, etc.) via Email and/or chat bots for Discord, Telegram & Matrix. You can which specific methods to use for a Jellyfin user on the Accounts page once you've connected an email address or user to them.
jfa-go can send messages (password resets, announcements, etc.) via Email and/or chat bots for Discord, Telegram & Matrix. You can choose which specific methods to use for a Jellyfin user on the Accounts page once you've connected an email address or user to them.

Setup varies in difficulty, see the sidebar for guides on each.
6 changes: 6 additions & 0 deletions content/docs/bots/matrix.md
Expand Up @@ -45,3 +45,9 @@ If adding your account through the wizard in jfa-go doesn't work, you can get th
* Select "Help & About" on the right, and scroll down to the Advanced section.
* Click the dropdown next to "Access token", and copy the token.
* In jfa-go, go to Settings > Matrix. Enable it, and paste the access token into the token box. Add your home server and user ID, then apply.

## End-to-end encryption

There is very experimental support for end-to-end encryption, however you must compile jfa-go manually to enable it with `make all E2EE=on`. After compilation, checking "Advanced settings" in Settings will show a toggle for it under the Matrix section. Receiving messages is currently broken, so the `!lang` command will not work for users.

If you have any know-how on implementing this in any language (preferably with one of the `mautrix` libraries), help would be appreciated.

0 comments on commit b7cb7e7

Please sign in to comment.