TelegramMessenger / Telegram-iOS

Telegram-iOS
6.36k stars 1.67k forks source link

[BUG] Telegram crashes when sending 1500 "❤" symbols #133

Closed NotStatilko closed 5 years ago

NotStatilko commented 5 years ago

Hello! When I send 1500 "❤" characters to a user with Iphone 7 his Telegram crashes

[Device on which bug] Telegram version: 5.10 Model: Iphone 7

[Device from which i send this message] Telegram version: 5.10.0 (1684) arm-v7a Model: Samsung Galaxy J730F (Android 9)

[REPRODUCE] Just use inline bot @rextester_bot with the following query

@rextester_bot python3 print('❤' * 1500, end='')

Screenshot_20190828-120208_Instagram

laktyushin commented 5 years ago

Could you check it on 5.11 please? I couldn't reproduce the issue so it might be fixed already.

NotStatilko commented 5 years ago

Yes, there is no more error. Tested in 5.11. I close issue