mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-22 06:13:25 -07:00
Allow Telegram blockquote expandable
Blockquote is not yet supported, this feature adds support along with expandable functionality.
This commit is contained in:
parent
940c2ae6cd
commit
2605f550f5
1 changed files with 1 additions and 0 deletions
|
@ -1453,6 +1453,7 @@ def strip_tag(data, agent_id=None):
|
||||||
'u': [], 'ins': [],
|
'u': [], 'ins': [],
|
||||||
's': [], 'strike': [], 'del': [],
|
's': [], 'strike': [], 'del': [],
|
||||||
'span': ['class'], 'tg-spoiler': [],
|
'span': ['class'], 'tg-spoiler': [],
|
||||||
|
'blockquote': ['expandable'],
|
||||||
'a': ['href'],
|
'a': ['href'],
|
||||||
'code': ['class'],
|
'code': ['class'],
|
||||||
'pre': []}
|
'pre': []}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue