Revert changing "messageBody" field to "textMessage"
This commit is contained in:
parent
6101ef3ad0
commit
900f5687bb
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ void SmsPlugin::sendSms(const QVariantList& addresses, const QString& textMessag
|
||||||
|
|
||||||
// If there is any text message add it to the network packet
|
// If there is any text message add it to the network packet
|
||||||
if (textMessage != QStringLiteral("")) {
|
if (textMessage != QStringLiteral("")) {
|
||||||
packetMap[QStringLiteral("textMessage")] = textMessage;
|
packetMap[QStringLiteral("messageBody")] = textMessage;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (subID != -1) {
|
if (subID != -1) {
|
||||||
|
|
Loading…
Reference in a new issue