We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668e57d commit 857712cCopy full SHA for 857712c
app/notification/telegram/node.py
@@ -59,9 +59,8 @@ async def error_node(node: NodeNotification):
59
60
61
async def limited_node(node: NodeNotification, data_limit: int, used_traffic: int):
62
- name = escape_tg_html(node.name)
63
data = messages.LIMITED_NODE.format(
64
- name=name,
+ name=escape(node.name),
65
data_limit=readable_size(data_limit),
66
used_traffic=readable_size(used_traffic),
67
id=node.id,
0 commit comments