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": {
|
"timestamp": {
|
||||||
"name": _("Include Timestamp"),
|
"name": _("Include Timestamp"),
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"default": False,
|
"default": True,
|
||||||
"map_to": "include_timestamp",
|
"map_to": "include_timestamp",
|
||||||
},
|
},
|
||||||
"token": {
|
"token": {
|
||||||
|
|
Loading…
Reference in New Issue