paper-plane-developers / paper-plane

Chat over Telegram on a modern and elegant client
GNU General Public License v3.0
988 stars 42 forks source link

some chat lists are not showning preview #7

Closed legacychimera247 closed 3 years ago

legacychimera247 commented 3 years ago

as you can see from the picture, some previews are empty

i know that this is early stage of development but i thought about reporting bugs and missing features, if that's ok for you Schermata da 2021-04-20 13-20-45

melix99 commented 3 years ago

i know that this is early stage of development but i thought about reporting bugs and missing features, if that's ok for you

Yeah, it's ok. Obv I already knew lots of this issues, but reporting them helps the users know if this issues are already known by me or not.

I'll add some informations on the possible solutions for the future me or for someone that wants to contribute.

some previews are empty

This is because the last interation in that chat was probably not a message but something like "x joined the group" or "x pinned this message" etc. We need to handle those, but I don't think this is currently possible with grammers, so we need to contribute there first.

Edit: it could also be a photo or a sticker, so there are cases that we can handle now.

legacychimera247 commented 3 years ago

Ok, good to know then, not an important thing anyway, just thought about reporting it...

melix99 commented 3 years ago

With fb3a01045b226a22fe122ed5efbcec24086811e3 I'm showing if a message is unsupported instead of not showing anything at all. I'll open new in depth issues about actually handling the preview of all the message types.