mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-02 08:23:00 +01:00
Update SignalService.proto to match shared one.
This commit is contained in:
committed by
Alex Hart
parent
5ae51f844e
commit
f04a0533cb
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user