Update SignalService.proto to match shared one.

This commit is contained in:
Greyson Parrelli
2026-03-26 09:37:44 -04:00
committed by Alex Hart
parent 5ae51f844e
commit f04a0533cb
22 changed files with 413 additions and 345 deletions

View File

@@ -104,9 +104,9 @@ class SignalClient {
return Envelope(
sourceServiceId = aci.toString(),
sourceDevice = 1,
sourceDeviceId = 1,
destinationServiceId = to.aci.toString(),
timestamp = sentTimestamp,
clientTimestamp = sentTimestamp,
serverTimestamp = sentTimestamp,
serverGuid = serviceGuid.toString(),
type = Envelope.Type.fromValue(outgoingPushMessage.type),
@@ -139,9 +139,9 @@ class SignalClient {
return Envelope(
sourceServiceId = aci.toString(),
sourceDevice = 1,
sourceDeviceId = 1,
destinationServiceId = to.aci.toString(),
timestamp = sentTimestamp,
clientTimestamp = sentTimestamp,
serverTimestamp = sentTimestamp,
serverGuid = serverGuid.toString(),
type = Envelope.Type.fromValue(outgoingPushMessage.type),