Просмотр исходного кода

Merge pull request #3348 from etkecc/patch-328

wechat: enable spaces by default
pull/3350/head
Slavi Pantaleev 1 год назад
committed by GitHub
Родитель
Сommit
8a01063057
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: B5690EEEBB952194
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      roles/custom/matrix-bridge-wechat/templates/config.yaml.j2

+ 1
- 1
roles/custom/matrix-bridge-wechat/templates/config.yaml.j2 Просмотреть файл

@@ -88,7 +88,7 @@ bridge:
listen_secret: {{ matrix_wechat_bridge_listen_secret | to_json }} listen_secret: {{ matrix_wechat_bridge_listen_secret | to_json }}
# Should the bridge create a space for each logged-in user and add bridged rooms to it? # Should the bridge create a space for each logged-in user and add bridged rooms to it?
# Users who logged in before turning this on should run `!wa sync space` to create and fill the space for the first time. # Users who logged in before turning this on should run `!wa sync space` to create and fill the space for the first time.
personal_filtering_spaces: false
personal_filtering_spaces: true
# Whether the bridge should send the message status as a custom com.beeper.message_send_status event. # Whether the bridge should send the message status as a custom com.beeper.message_send_status event.
message_status_events: false message_status_events: false
# Whether the bridge should send error notices via m.notice events when a message fails to bridge. # Whether the bridge should send error notices via m.notice events when a message fails to bridge.


Загрузка…
Отмена
Сохранить