1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-29 19:36:46 +02:00

message queue improvements

This commit is contained in:
Jfreegman
2014-09-09 14:06:28 -04:00
parent 09f90d095b
commit bcf4a5af90
4 changed files with 55 additions and 37 deletions

View File

@ -1093,7 +1093,6 @@ static void chat_onInit(ToxWindow *self, Tox *m)
exit_toxic_err("failed in chat_onInit", FATALERR_MEMORY);
line_info_init(ctx->hst);
ctx->cqueue->friendnum = self->num;
if (Friends.list[self->num].logging_on)
log_enable(nick, Friends.list[self->num].pub_key, ctx->log);