浏览代码

Update docs/configuring-playbook-bridge-mautrix-signal.md

Document how to enable relay functionality in a room

Co-authored-by: Jan <31133207+Jaffex@users.noreply.github.com>
pull/1229/head
WobbelTheBear 4 年前
committed by GitHub
父节点
当前提交
d9e8be7c79
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      docs/configuring-playbook-bridge-mautrix-signal.md

+ 2
- 1
docs/configuring-playbook-bridge-mautrix-signal.md 查看文件

@@ -18,7 +18,8 @@ The relay bot functionality is off by default. If you would like to enable the r
```yaml ```yaml
matrix_mautrix_signal_relaybot_enabled: true matrix_mautrix_signal_relaybot_enabled: true
``` ```

If you want to activate the relay bot in a room, use `!signal set-relay`.
Use `!signal unset-relay` to deactivate.
Additionally the permissions for the bridge grant user rights to all base domain users in case the relay bot is disabled, or relay rights in case the relay bot is enabled. Additionally the permissions for the bridge grant user rights to all base domain users in case the relay bot is disabled, or relay rights in case the relay bot is enabled.


If you would like to have a more specific setting of the permissions you can set the permissions as follows (example). For more details see also [mautrix-bridge documentation](https://docs.mau.fi/bridges/python/signal/relay-mode.html) If you would like to have a more specific setting of the permissions you can set the permissions as follows (example). For more details see also [mautrix-bridge documentation](https://docs.mau.fi/bridges/python/signal/relay-mode.html)


正在加载...
取消
保存