From 58e59370fed6bbe7e86beea77512f0a77a4300a1 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 17 Aug 2025 12:15:08 -0400 Subject: [PATCH] timestamp to default to being on (alike old config/setup) --- apprise/plugins/slack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apprise/plugins/slack.py b/apprise/plugins/slack.py index 9e1ed46c..39eb3df6 100644 --- a/apprise/plugins/slack.py +++ b/apprise/plugins/slack.py @@ -274,7 +274,7 @@ class NotifySlack(NotifyBase): "timestamp": { "name": _("Include Timestamp"), "type": "bool", - "default": False, + "default": True, "map_to": "include_timestamp", }, "token": {