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

Advertise sliding-sync support when using conduit

Starting from version `0.6.0` conduit natively supports some sync v3 (sliding-sync) features.

https://gitlab.com/famedly/conduit/-/releases/v0.6.0
https://gitlab.com/famedly/conduit/-/merge_requests/501
pull/2821/head
Samuel Meenzen 2 лет назад
committed by GitHub
Родитель
Сommit
9faa65f059
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
1 измененных файлов: 4 добавлений и 0 удалений
  1. +4
    -0
      roles/custom/matrix-base/templates/static-files/well-known/matrix-client.j2

+ 4
- 0
roles/custom/matrix-base/templates/static-files/well-known/matrix-client.j2 Просмотреть файл

@@ -30,6 +30,10 @@
"org.matrix.msc3575.proxy": {
"url": "{{ matrix_sliding_sync_base_url }}"
}
{% elif matrix_homeserver_implementation == 'conduit' %},
"org.matrix.msc3575.proxy": {
"url": "{{ matrix_homeserver_url }}"
}
{% endif %}
{% if matrix_client_element_location_sharing_enabled %},
"m.tile_server": {


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