improved escape characters for telegram

This commit is contained in:
Simone Robutti 2021-12-05 17:29:30 +01:00
parent b26270eb9a
commit 5d9d556803

View File

@ -39,6 +39,8 @@ class TelegramFormatter(AbstractEventFormatter):
"(",
"!",
")",
">",
"<",
"{",
"}",
]