Skip to content

Commit

Permalink
Fix login for Web Apps after recent Telegram update to Bot API. (#207)
Browse files Browse the repository at this point in the history
* Fix login via Web Apps

* Add changelog

* Update changelog
  • Loading branch information
irshadahmad21 authored Nov 18, 2024
1 parent e56c130 commit 3e78a6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/stupid-bikes-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wptelegram-login": patch
---

Fixed login for Web Apps after recent Telegram update to Bot API.
1 change: 1 addition & 0 deletions plugins/wptelegram-login/src/shared/LoginHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ private function cleanup_input( $input ) {
'start_param',
'can_send_after',
'chat_instance',
'signature',
// Misc.
'source',
];
Expand Down

0 comments on commit 3e78a6d

Please sign in to comment.