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.
This commit is contained in:
mjentsch 2016-01-21 23:01:30 +01:00
parent 739f2b7e46
commit 9cd264dea6

View file

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