mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-25 10:48:06 +01:00
Switch to GCM CCS and add support for APN feedback processing.
This commit is contained in:
@@ -55,10 +55,6 @@ public class EncryptedOutgoingMessage {
|
||||
this.serialized = Base64.encodeBytes(ciphertext);
|
||||
}
|
||||
|
||||
public EncryptedOutgoingMessage(String serialized) {
|
||||
this.serialized = serialized;
|
||||
}
|
||||
|
||||
public String serialize() {
|
||||
return serialized;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user