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;