From 59266cc963668cebd91d5f349d36ac811aae4e9a Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Tue, 11 Jan 2022 19:25:43 +0100 Subject: [PATCH] re-add strip_imgs option for notifications --- pyquarantine/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyquarantine/config.py b/pyquarantine/config.py index 033534c..3d7efd5 100644 --- a/pyquarantine/config.py +++ b/pyquarantine/config.py @@ -225,6 +225,7 @@ class NotifyConfig(BaseConfig): "subject": {"type": "string"}, "template": {"type": "string"}, "repl_img": {"type": "string"}, + "strip_imgs": {"type": "boolean", "default": False}, "embed_imgs": { "type": "array", "items": {"type": "string"},