Merge pull request #679 from galaxycard/bugfix/missingMergeTags
Add mergeTags to sendMessage
This commit is contained in:
commit
cc34d89283
1 changed files with 1 additions and 0 deletions
|
@ -585,6 +585,7 @@ async function sendQueuedMessage(queuedMessage) {
|
||||||
subscriptionId: msgData.subscriptionId,
|
subscriptionId: msgData.subscriptionId,
|
||||||
listId: msgData.listId,
|
listId: msgData.listId,
|
||||||
to: msgData.to,
|
to: msgData.to,
|
||||||
|
mergeTags: msgData.mergeTags,
|
||||||
encryptionKeys: msgData.encryptionKeys
|
encryptionKeys: msgData.encryptionKeys
|
||||||
});
|
});
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue