re-add strip_imgs option for notifications

This commit is contained in:
2022-01-11 19:25:43 +01:00
parent f66bbbc45d
commit 59266cc963

View File

@@ -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"},