mirror of
https://github.com/logos-messaging/chat_proto.git
synced 2026-01-05 06:23:12 +00:00
remove duplicates
This commit is contained in:
parent
a986259416
commit
237f9a1d5e
@ -4,10 +4,6 @@ package umbra.convos.private_v1;
|
||||
|
||||
import "proto/umbra/common_frames.proto";
|
||||
|
||||
message ConversationInvite_PrivateV1 {
|
||||
// TODO: update placeholder fields
|
||||
string participants = 1;
|
||||
}
|
||||
|
||||
|
||||
message Placeholder {
|
||||
|
||||
@ -13,12 +13,4 @@ message Ecies {
|
||||
bytes tag = 3;
|
||||
}
|
||||
|
||||
// TODO: This also encompasses plaintexts, is there a better name?
|
||||
// Alternatives: ???
|
||||
message EncryptedBytes {
|
||||
|
||||
oneof encryption {
|
||||
Plaintext plaintext = 1;
|
||||
Ecies ecies = 2;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user