majn / telegram-purple

Adds support for Telegram to Pidgin, Adium, Finch and other Libpurple based messengers.
GNU General Public License v2.0
735 stars 81 forks source link

Wishlist: Handle Windows newline properly #182

Closed BenWiederhake closed 3 years ago

BenWiederhake commented 8 years ago

Steps to reproduce:

  1. Use Telegram on Windows. I used Windows 7 with Chrome with web.telegram.org
  2. Send a multi-line message (Type "hello", then shift+return, then "world", then click on "send")
  3. Observe telegram-purple's reaction

Expected results: The same like with any other client sending multi-line messages. When doing this with "Linux+Chrome+web.telegram.org", then telegram-purple can display it fine.

Actual results: Pidgin doesn't notice that there are linebreaks at all. This is bad, especially when it's many lines (e.g. a "table").

ghost commented 7 years ago

this isn't only a windows issue, I'm having it on linux using bitlbee compiled with libpurple

BenWiederhake commented 3 years ago

If anyone feels like implementing this enhancement, it might be a better idea to direct your energy to tdlib-purple, which might already have this enhancement. For now, there seems to be nobody who implements any enhancements for telegram-purple, so I'm closing all "enhancement" issues. Of course, Pull Requests are still very much welcome!