mirror of https://github.com/caronc/apprise
timestamp to default to being on (alike old config/setup)
parent
fb9f11bcaa
commit
58e59370fe
|
@ -274,7 +274,7 @@ class NotifySlack(NotifyBase):
|
|||
"timestamp": {
|
||||
"name": _("Include Timestamp"),
|
||||
"type": "bool",
|
||||
"default": False,
|
||||
"default": True,
|
||||
"map_to": "include_timestamp",
|
||||
},
|
||||
"token": {
|
||||
|
|
Loading…
Reference in New Issue