Fix whitespace

This commit is contained in:
Tulir Asokan 2023-06-30 16:00:52 +03:00
parent 1866cf86ec
commit a759468da3
4 changed files with 5 additions and 5 deletions

View file

@ -179,7 +179,7 @@ message SmallInfo {
message LatestMessage { message LatestMessage {
string content = 1; string content = 1;
bool fromMe = 2; // isMe? bool fromMe = 2; // isMe?
string displayName = 4; string displayName = 4;
//Unknown unknown = 5; //Unknown unknown = 5;
} }
@ -191,4 +191,4 @@ message Unknown {
message Muted { message Muted {
bool isMuted = 1; bool isMuted = 1;
} }

View file

@ -46,4 +46,4 @@ message UrlData {
bytes pairingKey = 1; bytes pairingKey = 1;
bytes AES_CTR_KEY_256 = 2; bytes AES_CTR_KEY_256 = 2;
bytes SHA_256_KEY = 3; bytes SHA_256_KEY = 3;
} }

View file

@ -16,4 +16,4 @@ message NewSession {
message SendMessageResponse { message SendMessageResponse {
conversations.MessageType type = 3; conversations.MessageType type = 3;
} }

View file

@ -72,4 +72,4 @@ message BooleanFields3 {
bool bool7 = 7; bool bool7 = 7;
bool bool8 = 8; bool bool8 = 8;
bool bool9 = 9; bool bool9 = 9;
} }