mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Move protocol protobufs to libaxolotl/, handling DeviceControl
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
conversation.save().then(function() {
|
||||
message.save().then(function() {
|
||||
return new Promise(function(resolve) {
|
||||
resolve(textsecure.protocol.handleIncomingPushMessageProto(pushMessage).then(
|
||||
resolve(textsecure.protocol_wrapper.handleIncomingPushMessageProto(pushMessage).then(
|
||||
function(pushMessageContent) {
|
||||
handlePushMessageContent(pushMessageContent, message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user