Revert changing "messageBody" field to "textMessage"

This commit is contained in:
Simon Redman 2020-09-12 14:41:37 -07:00
parent 6101ef3ad0
commit 900f5687bb

View file

@ -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 (textMessage != QStringLiteral("")) {
packetMap[QStringLiteral("textMessage")] = textMessage;
packetMap[QStringLiteral("messageBody")] = textMessage;
}
if (subID != -1) {