MessageReceiver: Translate from BigNumber to number for quote id
This commit is contained in:
parent
0100e279f5
commit
c747c55b37
1 changed files with 4 additions and 0 deletions
|
@ -1007,6 +1007,10 @@ MessageReceiver.prototype.extend({
|
|||
promises.push(this.handleAttachment(attachment));
|
||||
}
|
||||
|
||||
if (decrypted.quote && decrypted.quote.id) {
|
||||
decrypted.quote.id = decrypted.quote.id.toNumber();
|
||||
}
|
||||
|
||||
if (decrypted.quote && decrypted.quote.attachments) {
|
||||
const { attachments } = decrypted.quote;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue