Fix whitespace
This commit is contained in:
parent
1866cf86ec
commit
a759468da3
4 changed files with 5 additions and 5 deletions
|
@ -179,7 +179,7 @@ message SmallInfo {
|
|||
message LatestMessage {
|
||||
string content = 1;
|
||||
bool fromMe = 2; // isMe?
|
||||
|
||||
|
||||
string displayName = 4;
|
||||
//Unknown unknown = 5;
|
||||
}
|
||||
|
@ -191,4 +191,4 @@ message Unknown {
|
|||
|
||||
message Muted {
|
||||
bool isMuted = 1;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -46,4 +46,4 @@ message UrlData {
|
|||
bytes pairingKey = 1;
|
||||
bytes AES_CTR_KEY_256 = 2;
|
||||
bytes SHA_256_KEY = 3;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,4 +16,4 @@ message NewSession {
|
|||
|
||||
message SendMessageResponse {
|
||||
conversations.MessageType type = 3;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -72,4 +72,4 @@ message BooleanFields3 {
|
|||
bool bool7 = 7;
|
||||
bool bool8 = 8;
|
||||
bool bool9 = 9;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue