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

Pidgin with Secret Chats - in chat log it seems that you are talking with yourself! #398

Open ghsrcgh opened 7 years ago

ghsrcgh commented 7 years ago

There is a bug. When user initiates Secret Chat with you and you are writing to that chat, all dialogs are seems like:

! RemoteUserName: text from him ! RemoteUserName: your text here<br/> ! RemoteUserName: text from him ! RemoteUserName: your text here<br/>

But must be::

! RemoteUserName: text from him ! YourUserName: your text here ! RemoteUserName: text from him ! YourUserName: your text here

Please also note about "<br/>" html tags at end of mine messages (not received, but sent). Why they appears (sending messages by pressing Enter). Probably, this will help to understand why this bug appeears.

In the non-secret chats (common) all is working fine.

Used versions on Windows:

Other side chat person in my case was on iOS (if it is important). My account have no contact list (because it is not smartphone related) (if it is important).

ghsrcgh commented 7 years ago

Found the same issues #309 (the first strings), #310, #340, #363 - they must be linked. Many users have the same issues.

ghsrcgh commented 7 years ago

Will someone check and fix this bug?

ghsrcgh commented 6 years ago

Will anyone review this ticket and will try to fix this bug?