From 1b0c56142cfe15dd91051f3d2f693f4e1bb0f7bc Mon Sep 17 00:00:00 2001 From: shreyasajj Date: Tue, 11 Jan 2022 17:13:09 -0600 Subject: [PATCH] Changed docs --- docs/configuring-playbook-bridge-mautrix-wsproxy.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/configuring-playbook-bridge-mautrix-wsproxy.md b/docs/configuring-playbook-bridge-mautrix-wsproxy.md index ca598abb2..6da96eab7 100644 --- a/docs/configuring-playbook-bridge-mautrix-wsproxy.md +++ b/docs/configuring-playbook-bridge-mautrix-wsproxy.md @@ -8,7 +8,8 @@ Use the following playbook configuration: ```yaml matrix_mautrix_wsproxy_enabled: true -matrix_mautrix_imessage_user: 'user@domain.com' +matrix_mautrix_wsproxy_appservice_token: 'random string' +matrix_mautrix_wsproxy_homeserver_token: 'random string' ``` @@ -24,4 +25,4 @@ This is the recommended way of setting up Double Puppeting, as it's easier to ac ## Usage -Follow the [matrix-imessage documenation](https://docs.mau.fi/bridges/go/imessage/index.html) for running `matrix-imessage` on your iOS device. +Follow the [matrix-imessage documenation](https://docs.mau.fi/bridges/go/imessage/index.html) for running `matrix-imessage` on your iOS/MacOS device.