forked from mirrors/Fedilab
		
	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 {
 | 
					public class EmbeddedDistrib extends EmbeddedDistributorReceiver {
 | 
				
			||||||
    @Override
 | 
					    @Override
 | 
				
			||||||
    public @NotNull String getEndpoint(@Nullable Context context, @NotNull String token, @NotNull String instance) {
 | 
					    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