mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Change default unifiedpush gateway
Change-Id: Ib6b4947295e348283067e3996266f8207bca6440
This commit is contained in:
parent
5b7e2fdcaa
commit
d1379377b1
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue