Skip to content

Commit

Permalink
Implement MSC1957: Integration manager discovery
Browse files Browse the repository at this point in the history
matrix-org/matrix-spec-proposals#1957

Yay Riot iOS now supports integration manager discovery!
  • Loading branch information
aaronraimist committed Dec 5, 2019
1 parent d0d2d80 commit fe93227
Showing 1 changed file with 10 additions and 0 deletions.
Expand Up @@ -8,4 +8,14 @@
"base_url": "{{ matrix_identity_server_url }}"
}
{% endif %}
{% if matrix_dimension_integrations_rest_url and matrix_dimension_integrations_ui_url %},
"m.integrations": {
"managers": [
{
"api_url": "{{ matrix_dimension_integrations_rest_url }}",
"ui_url": "{{ matrix_dimension_integrations_ui_url }}"
}
]
}
{% endif %}
}

0 comments on commit fe93227

Please sign in to comment.