mirror of
https://github.com/elisiariocouto/leggen.git
synced 2025-12-13 11:22:21 +00:00
fix(notifications/telegram): Escape parenthesis.
This commit is contained in:
@@ -12,6 +12,8 @@ def escape_markdown(text: str) -> str:
|
||||
.replace(".", "\\.")
|
||||
.replace("$", "\\$")
|
||||
.replace("+", "\\+")
|
||||
.replace("(", "\\(")
|
||||
.replace(")", "\\)")
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user