From 2605f550f554673688ccdeb68ee888fb639594f2 Mon Sep 17 00:00:00 2001 From: Castle <7586648+MythodeaLoL@users.noreply.github.com> Date: Thu, 7 Nov 2024 22:46:27 -0300 Subject: [PATCH] Allow Telegram blockquote expandable Blockquote is not yet supported, this feature adds support along with expandable functionality. --- plexpy/notification_handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plexpy/notification_handler.py b/plexpy/notification_handler.py index e981b17b..f93591db 100644 --- a/plexpy/notification_handler.py +++ b/plexpy/notification_handler.py @@ -1453,6 +1453,7 @@ def strip_tag(data, agent_id=None): 'u': [], 'ins': [], 's': [], 'strike': [], 'del': [], 'span': ['class'], 'tg-spoiler': [], + 'blockquote': ['expandable'], 'a': ['href'], 'code': ['class'], 'pre': []}