vysheng / tgl

telegram library
GNU Lesser General Public License v2.1
198 stars 223 forks source link

secret chat and visualize_key issues in 1.3.3 #104

Closed danielberlin closed 8 years ago

danielberlin commented 8 years ago

I send out telegram messages with telegram-cli -W -e 'msg !_<userid> text' (1.3.3, CentOS RPM) to secret chats which are read an the latest Android telegram app.

  1. Only recently since a few days it repeatedly occured that the secret chat was shown as "terminated". I'm not sure if this is an issue in telegram-cli or Telegram (Android) or possibly even in MPROTO?
  2. Anyway, the command visualize_key seems to be broken. The first time after initiating a new secret chat it works, but after closing the telegram-cli session and restarting telegram-cli, visualize_key only shows an entirely grey box instead of the key. The secret chat itself however works so I assume this is a telegram-cli problem and could also be related to the first obseration.
BenWiederhake commented 8 years ago

Thanks for the report, but I guess this is more closely related to tg-cli.

The second point may have already been fixed in commit 4fff59712e3c7719dcc21d3c35610638304bd263 , which is included in both the branches master and test, so simply updating might fix this.

danielberlin commented 8 years ago

Thanks for the quick info. I'll post again to tg-cli: (vysheng/tg#1091)