Add missing TTL to API sendMessage

navjotcis/bug-fixes4
813492291816 3 years ago
parent e084d7f53c
commit a0e1c0041f
No known key found for this signature in database
GPG Key ID: B14DF20410E5A5BC

@ -1112,7 +1112,7 @@ class BMRPCDispatcher(object):
ackdata = helper_sent.insert(
toAddress=toAddress, fromAddress=fromAddress,
subject=subject, message=message, encoding=encodingType)
subject=subject, message=message, encoding=encodingType, ttl=TTL)
toLabel = ''
queryreturn = sqlQuery(

Loading…
Cancel
Save