mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-30 01:08:02 +00:00
fixed two crashes, fixed elided text display
This commit is contained in:
@@ -587,7 +587,7 @@ namespace App {
|
||||
break;
|
||||
case mtpc_contacts_myLinkEmpty:
|
||||
case mtpc_contacts_myLinkRequested:
|
||||
if (myLink.c_contacts_myLinkRequested().vcontact.v) {
|
||||
if (myLink.type() == mtpc_contacts_myLinkRequested && myLink.c_contacts_myLinkRequested().vcontact.v) {
|
||||
user->contact = 1;
|
||||
} else {
|
||||
switch (foreignLink.type()) {
|
||||
|
||||
Reference in New Issue
Block a user