Skip to content

Commit

Permalink
Merge pull request #500 from BoKKeR/main
Browse files Browse the repository at this point in the history
Remove expanding of URL previews
  • Loading branch information
davidnewhall authored Nov 15, 2024
2 parents 2716d68 + 7c087ef commit a1ec4ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/unpackerr/webhooks_templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const WebhookTemplateNotifiarr = `{
const WebhookTemplateTelegram = `{
"chat_id": "{{nickname}}",
"parse_mode": "HTML",
"disable_web_page_preview": true,
"text": "<b><a href=\"https://github.com/Unpackerr/unpackerr/releases\">Unpackerr</a></b>: {{.Event.Desc -}}
\n<b>Title</b>: {{rawencode (index .IDs "title") -}}
\n<b>App</b>: {{.App -}}
Expand Down

0 comments on commit a1ec4ea

Please sign in to comment.