✡️✨ JewishPulse - v1.0.1
🐞 Bug Fix:
In this patch, we addressed a deprecated method usage in the location handling logic.
- Fixed: Replaced deprecated
reply_to_msg_id
usage with the recommendedreply_to
parameter insendMessage
inside thehandleSaveLocationFromMessage
function (bot.php
). - This change ensures compatibility with the latest MadelineProto versions and prevents warning logs or future errors.
🔧 Files affected:
bot.php
This update is fully backward-compatible and requires no changes from users. Just pull the latest version to benefit from the fix.
Full Changelog: v1.0.0...v1.0.1