tg-archive icon indicating copy to clipboard operation
tg-archive copied to clipboard

Fix/detect group posts

Open harduino opened this issue 2 years ago • 2 comments

App didn't save "special" posts when admins can talk from "group's name", because Telegram's API returns empty 'sender' field. Because of that a lot of important messages could be lost. I've found solution and added fix as config-option, so such solution can be disabled if required. As a bonus I've added fix for private groups, when user joined by invite-link, so there was "None" message when it should be "User joined by invite link".

This PR will resolve that issue: https://github.com/knadh/tg-archive/issues/54

harduino avatar Jan 15 '24 22:01 harduino

Thanks for the PR @harduino. I think saving and rendering group posts by default would be the desired behaviour. Let's remove the config option and make it default behaviour?

knadh avatar Jan 16 '24 05:01 knadh

Thanks for the PR @harduino. I think saving and rendering group posts by default would be the desired behaviour. Let's remove the config option and make it default behaviour?

Done.

harduino avatar Jan 16 '24 07:01 harduino

Released as v1.2.0. Thanks @harduino and apologies for losing track of this PR.

knadh avatar Jul 21 '24 09:07 knadh