浏览代码

Add to_json for additional safety

pull/3084/head
Slavi Pantaleev 2 年前
committed by GitHub
父节点
当前提交
a1c267af73
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/custom/matrix-bridge-mautrix-signal/templates/config.yaml.j2

+ 1
- 1
roles/custom/matrix-bridge-mautrix-signal/templates/config.yaml.j2 查看文件

@@ -112,7 +112,7 @@ bridge:
# Should the Signal user's phone number be included in the room topic in private chat portal rooms?
number_in_topic: true
# Avatar image for the Note to Self room.
note_to_self_avatar: {{ matrix_mautrix_signal_bridge_note_to_self_avatar }}
note_to_self_avatar: {{ matrix_mautrix_signal_bridge_note_to_self_avatar | to_json }}

portal_message_buffer: 128



正在加载...
取消
保存