Provide needed function to migration process
And disable attachment cleanup for now
This commit is contained in:
parent
f926a08aa8
commit
52ee6abf52
2 changed files with 12 additions and 7 deletions
|
@ -1183,3 +1183,8 @@ textsecure.MessageReceiver = function MessageReceiverWrapper(
|
|||
textsecure.MessageReceiver.prototype = {
|
||||
constructor: textsecure.MessageReceiver,
|
||||
};
|
||||
|
||||
textsecure.MessageReceiver.stringToArrayBuffer =
|
||||
MessageReceiver.stringToArrayBuffer;
|
||||
textsecure.MessageReceiver.arrayBufferToString =
|
||||
MessageReceiver.arrayBufferToString;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue