vysheng / tg

telegram-cli
GNU General Public License v2.0
6.47k stars 1.53k forks source link

updated photo and username not accurate #310

Open ghost opened 9 years ago

ghost commented 9 years ago

In telegram-cli version 1.0.6, dialog_list command reports photo and username updates the first time it is executed, although the username and the photo have not changed.

Is there any explanation to this behaviour?

vysheng commented 9 years ago

Yes there is a problem. Telegram-cli shows such message if it's cached value does not equal to value it got. So first time it always shows this message. I'll fix that

ghost commented 9 years ago

Thanks