From 3a8e842e6003363aa97a591f625028a14ba666ea Mon Sep 17 00:00:00 2001 From: Dmitri Bogomolov <4glitch@gmail.com> Date: Fri, 5 Jul 2019 17:23:18 +0300 Subject: [PATCH] Use encodingType arg in sendMessage and sendBroadcast API commands --- src/api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api.py b/src/api.py index 7f56b600..fe3d2bd1 100644 --- a/src/api.py +++ b/src/api.py @@ -905,7 +905,7 @@ class BMRPCDispatcher(object): 'msgqueued', 0, 'sent', - 2, + encodingType, TTL) helper_sent.insert(t) @@ -965,7 +965,7 @@ class BMRPCDispatcher(object): 'broadcastqueued', 0, 'sent', - 2, + encodingType, TTL) helper_sent.insert(t)