mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-23 04:55:46 +00:00
Update docs/configuring-playbook-bridge-appservice-slack.md: fix indentation
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
parent
3fd7377290
commit
9a75758bbe
@ -88,14 +88,19 @@ Note that the bot's domain is your server's domain **without the `matrix.` prefi
|
|||||||
* Issue a link command in the administration control room with these collected values as arguments:
|
* Issue a link command in the administration control room with these collected values as arguments:
|
||||||
|
|
||||||
with file bridging:
|
with file bridging:
|
||||||
|
|
||||||
```
|
```
|
||||||
link --channel_id CHANNELID --room !the-matrix:room.id --slack_bot_token xoxb-xxxxxxxxxx-xxxxxxxxxxxxxxxxxxxx --slack_user_token xoxp-xxxxxxxx-xxxxxxxxx-xxxxxxxx-xxxxxxxx
|
link --channel_id CHANNELID --room !the-matrix:room.id --slack_bot_token xoxb-xxxxxxxxxx-xxxxxxxxxxxxxxxxxxxx --slack_user_token xoxp-xxxxxxxx-xxxxxxxxx-xxxxxxxx-xxxxxxxx
|
||||||
```
|
```
|
||||||
|
|
||||||
without file bridging:
|
without file bridging:
|
||||||
|
|
||||||
```
|
```
|
||||||
link --channel_id CHANNELID --room !the-matrix:room.id --slack_bot_token xoxb-xxxxxxxxxx-xxxxxxxxxxxxxxxxxxxx
|
link --channel_id CHANNELID --room !the-matrix:room.id --slack_bot_token xoxb-xxxxxxxxxx-xxxxxxxxxxxxxxxxxxxx
|
||||||
```
|
```
|
||||||
|
|
||||||
These arguments can be shortened to single-letter forms:
|
These arguments can be shortened to single-letter forms:
|
||||||
|
|
||||||
```
|
```
|
||||||
link -I CHANNELID -R !the-matrix:room.id -t xoxb-xxxxxxxxxx-xxxxxxxxxxxxxxxxxxxx
|
link -I CHANNELID -R !the-matrix:room.id -t xoxb-xxxxxxxxxx-xxxxxxxxxxxxxxxxxxxx
|
||||||
```
|
```
|
||||||
@ -105,6 +110,7 @@ Other configuration options are available via the `matrix_appservice_slack_confi
|
|||||||
11. Unlinking
|
11. Unlinking
|
||||||
|
|
||||||
Channels can be unlinked again like this:
|
Channels can be unlinked again like this:
|
||||||
|
|
||||||
```
|
```
|
||||||
unlink --room !the-matrix:room.id
|
unlink --room !the-matrix:room.id
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user