New Chat: Fix missing users
This commit is contained in:
parent
0b40f27ed9
commit
341dda37eb
@ -86,7 +86,7 @@ const NewChatStep1: FC<OwnProps & StateProps> = ({
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return user.canBeInvitedToGroup && !user.isSelf && !isUserBot(user);
|
return !user.isSelf && (user.canBeInvitedToGroup || !isUserBot(user));
|
||||||
}),
|
}),
|
||||||
chatsById,
|
chatsById,
|
||||||
false,
|
false,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user