Skip to content

Fix telegram notifications

Alexander requested to merge (removed):telegram-fix into dev
  • If video is more than 10 megabytes, then Telegram servers don't extract metadata and a thumbnail from the video. So Telegram just sends a black square instead of a video preview, if video is over 10 MB. This MR fixes it.
  • It is now possible to specify multiple chat ids by comma to send notifications without the need to create another account in Shinobi. In order to avoid multiple uploads, it uses Telegram file_id to send already uploaded files.
Edited by Alexander

Merge request reports