mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
Change url
This commit is contained in:
parent
2f27806c53
commit
9a929c2296
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ import org.unifiedpush.android.embedded_fcm_distributor.EmbeddedDistributorRecei
|
|||
public class EmbeddedDistrib extends EmbeddedDistributorReceiver {
|
||||
@Override
|
||||
public @NotNull String getEndpoint(@Nullable Context context, @NotNull String token, @NotNull String instance) {
|
||||
return "https://gotify.fedilab.app/FCM?token=" + token + "&instance=" + instance;
|
||||
return "https://gotify.fedilab.app/FCM?v2&token=" + token + "&instance=" + instance;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue