ars3niy / tdlib-purple

libpurple Telegram plugin using tdlib
Other
147 stars 32 forks source link

Images, videos, and audio being downloaded to server but not forwarded to irc client. #162

Open derram opened 2 years ago

derram commented 2 years ago

Using Hexchat,

I've been running the server for about a week and the plugin is downloading stuff posted to group chats but is not sending them to my client.

Also, some settings to tweak this behavior would be nice. I had over 6 gigs of video downloaded and would like to have a setting to clear that out every few days.

BenWiederhake commented 2 years ago

Regarding the latter issue, you can set an upper limit for the files downloaded by this plugin. I don't know how Hexchat exposes these options to you.

Thaodan commented 2 years ago

Also, some settings to tweak this behavior would be nice. I had over 6 gigs of video downloaded and would like to have a setting to clear that out every few days.

There's a setting for this the setting is called media-size-threshold, you can set it with `account set media-size-threshold .

Thaodan commented 2 years ago

About images not being forwarded I can recommend this bitlbee patch: https://github.com/bitlbee/bitlbee/pull/102