master
bqv 2 years ago
parent 04a152cc1f
commit 1187a0a21e
No known key found for this signature in database
GPG Key ID: 9E2FF3BDEBDFC910

@ -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;

Loading…
Cancel
Save