Lonami / grammers

(tele)gramme.rs - use Telegram's API from Rust
https://t.me/gramme_rs
Apache License 2.0
562 stars 116 forks source link

Catch internal salt responses in mtproto #272

Closed er-azh closed 1 month ago

er-azh commented 1 month ago

Description:

I tried to fix salt_request_msg_id to ensure that salt responses are caught internally and don't reach the Sender.

My changes:

Lonami commented 1 month ago

Thanks!