Unverified Commit e222fded authored by DrKLO's avatar DrKLO Committed by GitHub

Merge pull request #1482 from acran/master

Bugfix: correctly render vcard of a selected inline query result
parents 75d78218 ea72d6c0
......@@ -4620,6 +4620,7 @@ public class SendMessagesHelper implements NotificationCenter.NotificationCenter
user.phone = result.send_message.phone_number;
user.first_name = result.send_message.first_name;
user.last_name = result.send_message.last_name;
user.restriction_reason = result.send_message.vcard;
SendMessagesHelper.getInstance(currentAccount).sendMessage(user, dialog_id, reply_to_msg, result.send_message.reply_markup, params);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment