mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Include full grab/import message for Slack notifications
This commit is contained in:
@@ -40,7 +40,7 @@ namespace NzbDrone.Core.Notifications.Slack
|
|||||||
{
|
{
|
||||||
IconEmoji = Settings.Icon,
|
IconEmoji = Settings.Icon,
|
||||||
Username = Settings.Username,
|
Username = Settings.Username,
|
||||||
Text = "Grabbed",
|
Text = $"Grabbed: {message.Message}",
|
||||||
Attachments = new List<Attachment>
|
Attachments = new List<Attachment>
|
||||||
{
|
{
|
||||||
new Attachment
|
new Attachment
|
||||||
@@ -62,7 +62,7 @@ namespace NzbDrone.Core.Notifications.Slack
|
|||||||
{
|
{
|
||||||
IconEmoji = Settings.Icon,
|
IconEmoji = Settings.Icon,
|
||||||
Username = Settings.Username,
|
Username = Settings.Username,
|
||||||
Text = "Downloaded",
|
Text = $"Imported: {message.Message}",
|
||||||
Attachments = new List<Attachment>
|
Attachments = new List<Attachment>
|
||||||
{
|
{
|
||||||
new Attachment
|
new Attachment
|
||||||
|
Reference in New Issue
Block a user