re-add strip_imgs option for notifications
This commit is contained in:
@@ -225,6 +225,7 @@ class NotifyConfig(BaseConfig):
|
|||||||
"subject": {"type": "string"},
|
"subject": {"type": "string"},
|
||||||
"template": {"type": "string"},
|
"template": {"type": "string"},
|
||||||
"repl_img": {"type": "string"},
|
"repl_img": {"type": "string"},
|
||||||
|
"strip_imgs": {"type": "boolean", "default": False},
|
||||||
"embed_imgs": {
|
"embed_imgs": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {"type": "string"},
|
"items": {"type": "string"},
|
||||||
|
|||||||
Reference in New Issue
Block a user