Use encodingType arg in sendMessage and sendBroadcast API commands

This commit is contained in:
Dmitri Bogomolov 2019-07-05 17:23:18 +03:00
parent 5b07d2de30
commit 3a8e842e60
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13
1 changed files with 2 additions and 2 deletions

View File

@ -905,7 +905,7 @@ class BMRPCDispatcher(object):
'msgqueued', 'msgqueued',
0, 0,
'sent', 'sent',
2, encodingType,
TTL) TTL)
helper_sent.insert(t) helper_sent.insert(t)
@ -965,7 +965,7 @@ class BMRPCDispatcher(object):
'broadcastqueued', 'broadcastqueued',
0, 0,
'sent', 'sent',
2, encodingType,
TTL) TTL)
helper_sent.insert(t) helper_sent.insert(t)