feat(notifications): Telegram set sender (#1723)

feat(notifications): add conditional sender payload for telegram
This commit is contained in:
martylukyy 2024-09-14 11:03:42 +02:00 committed by GitHub
parent 51265b6702
commit e56bf1f8fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 0 deletions

View file

@ -64,6 +64,7 @@ type NotificationPayload struct {
Protocol ReleaseProtocol // torrent, usenet
Implementation ReleaseImplementation // irc, rss, api
Timestamp time.Time
Sender string
}
type NotificationType string