Remove source from Envelope

This commit is contained in:
Fedor Indutny 2022-08-02 09:19:21 -07:00 committed by GitHub
parent 3d94bf953c
commit 2b0d3cab40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 5 deletions

View file

@ -23,7 +23,6 @@ message Envelope {
}
optional Type type = 1;
optional string source = 2;
optional string sourceUuid = 11;
optional uint32 sourceDevice = 7;
optional string destinationUuid = 13;