mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-04 07:25:25 +01:00
Add basic support for receiving messages at your PNI.
We haven't implemented merging yet, so this is still very basic, but it "works".
This commit is contained in:
@@ -32,6 +32,7 @@ message SignalServiceEnvelopeProto {
|
||||
optional int64 serverReceivedTimestamp = 8;
|
||||
optional int64 serverDeliveredTimestamp = 9;
|
||||
optional string serverGuid = 10;
|
||||
optional string destinationUuid = 11;
|
||||
}
|
||||
|
||||
message MetadataProto {
|
||||
@@ -43,6 +44,7 @@ message MetadataProto {
|
||||
optional bool needsReceipt = 4;
|
||||
optional string serverGuid = 7;
|
||||
optional bytes groupId = 8;
|
||||
optional string destinationUuid = 9;
|
||||
}
|
||||
|
||||
message AddressProto {
|
||||
|
||||
Reference in New Issue
Block a user