mirror of
https://github.com/DrKLO/Telegram.git
synced 2024-12-22 06:25:14 +01:00
Fix switch_inline_query_current_chat
This commit is contained in:
parent
0abe4541dd
commit
f52ed49ffe
1 changed files with 1 additions and 1 deletions
|
@ -6922,7 +6922,7 @@ public class ChatActivityEnterView extends BlurredFrameLayout implements Notific
|
|||
return true;
|
||||
}
|
||||
if (button.same_peer) {
|
||||
long uid = messageObject.messageOwner.from_id.user_id;
|
||||
long uid = messageObject.messageOwner.peer_id.user_id;
|
||||
if (messageObject.messageOwner.via_bot_id != 0) {
|
||||
uid = messageObject.messageOwner.via_bot_id;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue