timestamp to default to being on (alike old config/setup)

pull/1394/head
Chris Caron 2025-08-17 12:15:08 -04:00
parent fb9f11bcaa
commit 58e59370fe
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ class NotifySlack(NotifyBase):
"timestamp": {
"name": _("Include Timestamp"),
"type": "bool",
"default": False,
"default": True,
"map_to": "include_timestamp",
},
"token": {