LukeSkywalker92 / TeleFrame

TeleFrame - a digital picture frame for telegram
MIT License
92 stars 28 forks source link

No Image delete in bot mode #178

Closed Tom-Hirschberger closed 2 years ago

Tom-Hirschberger commented 2 years ago

Hi,

i am running TeleFrame in bot only mode with autoDeleteImages=true.

{
  "botToken": "REMOVED_THIS",
  "playSoundOnReceive": false,
  "imageCount": 50,
  "autoDeleteImages": true
}

Although configured my image directory contains 159 images at the moment.

Is the feature not provided in bot mode?

Tom-Hirschberger commented 2 years ago

Looked at the code and saw that the feature was not implemented. Integrated the code needed and opened a pull request #179

Tom-Hirschberger commented 2 years ago

Merged to master