mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
feat(notifications): Telegram set sender (#1723)
feat(notifications): add conditional sender payload for telegram
This commit is contained in:
parent
51265b6702
commit
e56bf1f8fc
3 changed files with 6 additions and 0 deletions
|
@ -64,6 +64,7 @@ type NotificationPayload struct {
|
|||
Protocol ReleaseProtocol // torrent, usenet
|
||||
Implementation ReleaseImplementation // irc, rss, api
|
||||
Timestamp time.Time
|
||||
Sender string
|
||||
}
|
||||
|
||||
type NotificationType string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue