From c01dbf541c349469074df112813f7393d3c5502b Mon Sep 17 00:00:00 2001 From: exquo <62397152+exquo@users.noreply.github.com> Date: Wed, 22 Sep 2021 08:27:39 +0000 Subject: [PATCH] Fix typo: ignore_receipts is a status, not a callback Fixes #138 --- scli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scli b/scli index cd520fc..5815314 100755 --- a/scli +++ b/scli @@ -745,7 +745,7 @@ class Daemon(AsyncProc): timestamp_adj = int(output_lines[0].rsplit(':')[1]) logging.warning("send_message: some group members have uninstalled signal: %s", output_lines[2:]) # 2 lines for error explanation, rest are failed numbers - self.callbacks['ignore_receipts'](envelope, 'sent', timestamp_adj) + self.callbacks['sending_done'](envelope, 'ignore_receipts', timestamp_adj) else: self.callbacks['sending_done'](envelope, 'send_failed') return