Skip to content

Commit

Permalink
Merge pull request #6 from shahruslan/v2
Browse files Browse the repository at this point in the history
HTML parse mode for class UnhealthyBackupWasFoundNotification
  • Loading branch information
hotrush authored Feb 2, 2024
2 parents 37349ab + 0f06470 commit c1f0b24
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ public function toTelegram($notifiable): TelegramMessage
'exception' => $this->failure()->exception(),
'description' => $this->problemDescription(),
'properties' => $this->backupDestinationProperties(),
])
->options([
'parse_mode' => 'HTML',
'disable_web_page_preview' => true
]);
}
}

0 comments on commit c1f0b24

Please sign in to comment.