Move protocol protobufs to libaxolotl/, handling DeviceControl
This commit is contained in:
parent
66cf5b08db
commit
184b1ec89c
8 changed files with 102 additions and 67 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue