From 9cd264dea68c857ada9d9fd8cd3a7250366d7582 Mon Sep 17 00:00:00 2001 From: mjentsch Date: Thu, 21 Jan 2016 23:01:30 +0100 Subject: [PATCH] Still display the message when the chat info cannot be fetched User objects will be allocated once they send a message that needs to be displayed, until then the users will just not show up in the user list of the chat. --- tgp-msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tgp-msg.c b/tgp-msg.c index d2a3389..8b461e9 100644 --- a/tgp-msg.c +++ b/tgp-msg.c @@ -637,8 +637,8 @@ static void tgp_msg_on_loaded_chat_full (struct tgl_state *TLS, void *extra, int struct tgp_msg_loading *C = extra; if (! success) { + // foreign user's names won't be displayed in the user list g_warn_if_reached(); - C->error = TRUE; } -- C->pending;