Change default unifiedpush gateway

Change-Id: Ib6b4947295e348283067e3996266f8207bca6440
This commit is contained in:
SpiritCroc 2021-08-11 19:45:00 +02:00
parent 5b7e2fdcaa
commit d1379377b1

View File

@ -18,7 +18,7 @@
<string name="pusher_http_url" translatable="false">https://matrix.org/_matrix/push/v1/notify</string>
<!-- Note: default_push_gateway_http_url should have path '/_matrix/push/v1/notify' -->
<!-- It is the push gateway for UnifiedPush -->
<string name="default_push_gateway_http_url" translatable="false">https://matrix.gateway.unifiedpush.org/_matrix/push/v1/notify</string>
<string name="default_push_gateway_http_url" translatable="false">https://up.schildi.chat/_matrix/push/v1/notify</string>
<!-- Note: pusher_app_id cannot exceed 64 chars -->
<string name="pusher_app_id" translatable="false">im.vector.app.android</string>