Fixed bug in user_info
This commit is contained in:
parent
f03501c09e
commit
cfdfc0d72d
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ void fetch_user_full (struct user *U) {
|
|||
if (x == CODE_contacts_foreign_link_mutual) {
|
||||
U->flags |= FLAG_USER_IN_CONTACT | FLAG_USER_OUT_CONTACT;
|
||||
}
|
||||
if (x == CODE_contacts_my_link_requested) {
|
||||
if (x == CODE_contacts_foreign_link_requested) {
|
||||
U->flags |= FLAG_USER_OUT_CONTACT;
|
||||
fetch_bool ();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue