mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-22 23:18:06 +01:00
Gotta stub out message field for delivery receipts w/ old clients
// FREEBIE
This commit is contained in:
@@ -33,7 +33,7 @@ message Envelope {
|
||||
optional uint32 sourceDevice = 7;
|
||||
optional string relay = 3;
|
||||
optional uint64 timestamp = 5;
|
||||
optional bytes legacyMessage = 6; // Contains an encrypted DataMessage
|
||||
optional bytes legacyMessage = 6; // Contains an encrypted DataMessage XXX -- Remove after 10/01/15
|
||||
optional bytes content = 8; // Contains an encrypted Content
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user