mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 07:58:03 +01:00
Introduce an FcmSender
This commit is contained in:
committed by
Jon Chambers
parent
9c03f2e468
commit
421d594507
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright 2013-2022 Signal Messenger, LLC
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
package org.whispersystems.textsecuregcm.configuration;
|
||||
|
||||
import javax.validation.constraints.NotBlank;
|
||||
|
||||
public record FcmConfiguration(@NotBlank String credentials) {
|
||||
}
|
||||
Reference in New Issue
Block a user