mvdicarlo / postybirb-plus

Remake of PostyBirb using React and NestJS
BSD 3-Clause "New" or "Revised" License
100 stars 26 forks source link

Telegram channel not found #281

Open kdltr opened 1 year ago

kdltr commented 1 year ago

The telegram sender doesn’t work if no message has been sent in the channel for a while, saying that it’s not found.

If I send a message in the channel and restart PostyBirb, it works.

Screenshot_2023-11-11_10-46-52

leaftail1880 commented 1 year ago

This happens due to limit of latest telegram chats postybirb requests (currently 200)

After request, postybirb filters them to exclude those channels where you cannot send images/messages and usually its around 10/20 chats. So when there is a lot messages in other chats postybirb cannot find older chat without activity.

leaftail1880 commented 9 months ago

@kdltr Try latest version. The limit has been increased.

kdltr commented 9 months ago

Still happens yes. But the message for it is much better now ^^

leaftail1880 commented 9 months ago

@kdltr try closing postybitb, then posting something on channel, opening postybirb, selecting channel and then deleting message on the channel.

kdltr commented 9 months ago

Yep, that’s what I’ve been doing as a workaround this whole time, no worries :)