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:
parent
739f2b7e46
commit
9cd264dea6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue