Add missing TTL to API sendMessage

This commit is contained in:
813492291816 2021-01-07 19:51:12 -05:00
parent e084d7f53c
commit a0e1c0041f
No known key found for this signature in database
GPG Key ID: B14DF20410E5A5BC
1 changed files with 1 additions and 1 deletions

View File

@ -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(