浏览代码

Correct comment of user id

Signed-off-by: Julian-Samuel Gebühr <julian-samuel@gebuehr.net>
pull/2089/head
Julian-Samuel Gebühr 3 年前
父节点
当前提交
34feea1a7d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/matrix-cactus-comments/templates/cactus_appservice.yaml.j2

+ 1
- 1
roles/matrix-cactus-comments/templates/cactus_appservice.yaml.j2 查看文件

@@ -10,7 +10,7 @@ url: "http://matrix-cactus-comments:{{ matrix_cactus_comments_container_port }}"
as_token: {{ matrix_cactus_comments_as_token | to_json }} as_token: {{ matrix_cactus_comments_as_token | to_json }}
hs_token: {{ matrix_cactus_comments_hs_token | to_json }} hs_token: {{ matrix_cactus_comments_hs_token | to_json }}


# User associated with our service. In this case "@cactusbot:example.com"
# The user id of the cactusbot which can be used to register and moderate sites
sender_localpart: "{{ matrix_cactus_comments_user_id }}" sender_localpart: "{{ matrix_cactus_comments_user_id }}"


namespaces: namespaces:


正在加载...
取消
保存