mirror of
https://github.com/logos-messaging/chat_proto.git
synced 2026-01-10 00:43:07 +00:00
newline cleanup
This commit is contained in:
parent
7b6c81f1bf
commit
90b3154c12
@ -1 +1 @@
|
||||
nimble install nimlangserver
|
||||
nimble install nimlangserver
|
||||
|
||||
@ -1 +1 @@
|
||||
switch("path", "$projectDir/../src")
|
||||
switch("path", "$projectDir/../src")
|
||||
|
||||
@ -6,4 +6,4 @@ message ContentFrame {
|
||||
uint32 domain = 1;
|
||||
uint32 tag = 2;
|
||||
bytes bytes = 3;
|
||||
}
|
||||
}
|
||||
|
||||
@ -22,5 +22,3 @@ message Ecies {
|
||||
bytes ephemeral_pubkey = 2;
|
||||
bytes tag = 3;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -13,4 +13,4 @@ message UmbraEnvelopeV1 {
|
||||
uint64 salt = 2;
|
||||
|
||||
bytes payload = 5;
|
||||
}
|
||||
}
|
||||
|
||||
@ -9,4 +9,4 @@ message InboxV1Frame {
|
||||
oneof frame_type {
|
||||
invite.InvitePrivateV1 invite_private_v1 = 10;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -4,4 +4,4 @@ package umbra.invite;
|
||||
|
||||
message InvitePrivateV1 {
|
||||
repeated string participants = 1;
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y protobuf-compiler
|
||||
sudo apt-get install -y protobuf-compiler
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user