mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 23:42:37 -07:00
Include poster in Slack notifications
This commit is contained in:
parent
3ee000ed7d
commit
be82e64add
2 changed files with 95 additions and 12 deletions
|
@ -394,6 +394,8 @@ _CONFIG_DEFINITIONS = {
|
|||
'SLACK_HOOK': (str, 'Slack', ''),
|
||||
'SLACK_CHANNEL': (str, 'Slack', ''),
|
||||
'SLACK_ICON_EMOJI': (str, 'Slack', ''),
|
||||
'SLACK_INCL_PMSLINK': (int, 'Slack', 0),
|
||||
'SLACK_INCL_POSTER': (int, 'Slack', 1),
|
||||
'SLACK_INCL_SUBJECT': (int, 'Slack', 1),
|
||||
'SLACK_USERNAME': (str, 'Slack', ''),
|
||||
'SLACK_ON_PLAY': (int, 'Slack', 0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue