Fix a missing function and dont blow up on delivery receipts
This commit is contained in:
@@ -10,6 +10,7 @@ message IncomingPushMessageSignal {
|
||||
KEY_EXCHANGE = 2;
|
||||
PREKEY_BUNDLE = 3;
|
||||
PLAINTEXT = 4;
|
||||
RECEIPT = 5;
|
||||
}
|
||||
optional Type type = 1;
|
||||
optional string source = 2;
|
||||
@@ -49,4 +50,4 @@ message PushMessageContent {
|
||||
repeated AttachmentPointer attachments = 2;
|
||||
optional GroupContext group = 3;
|
||||
optional uint32 flags = 4;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user