From 1187a0a21e83ac36c00ef206d8eaa1cdca14b029 Mon Sep 17 00:00:00 2001 From: bqv Date: Sat, 26 Mar 2022 18:20:36 +0000 Subject: [PATCH] d'oh --- channel.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/channel.cpp b/channel.cpp index e6c8d2e..8edce01 100644 --- a/channel.cpp +++ b/channel.cpp @@ -1264,9 +1264,8 @@ int channel__send_message(struct t_account *account, struct t_channel *channel, } else { - auto result = fmt::format("[nohttp] {}", err ? err : "NULL"); channel__send_message(task->account, task->channel, - task->to.data(), result.data()); + task->to, task->body); } delete task;