Gotta stub out message field for delivery receipts w/ old clients

// FREEBIE
This commit is contained in:
Moxie Marlinspike
2015-06-25 11:00:59 -07:00
parent 18a96a445b
commit a5ffd47935
2 changed files with 12 additions and 3 deletions

View File

@@ -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
}