Remove support for legacyMessage

This commit is contained in:
Scott Nonnenberg 2022-03-30 20:07:55 -07:00 committed by GitHub
parent 97b03d8803
commit 99687a4b5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 33 deletions

View file

@ -26,9 +26,9 @@ message Envelope {
optional string source = 2;
optional string sourceUuid = 11;
optional uint32 sourceDevice = 7;
optional string relay = 3;
// reserved 3; // formerly optional string relay = 3;
optional uint64 timestamp = 5;
optional bytes legacyMessage = 6; // Contains an encrypted DataMessage
// reserved 6; // formerly optional bytes legacyMessage = 6;
optional bytes content = 8; // Contains an encrypted Content
optional string serverGuid = 9;
optional uint64 serverTimestamp = 10;