mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
util: Rename clean_user_content_links to postprocess_content.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
b88b11b958
commit
edf34ada63
@@ -139,7 +139,7 @@ js_rules = RuleList(
|
||||
{"pattern": r"\+.*\$t\(.+\)", "description": "Do not concatenate i18n strings"},
|
||||
{
|
||||
"pattern": "[.]html[(]",
|
||||
"exclude_pattern": r"""\.html\(("|'|render_|\w+_html|html|message\.content|util\.clean_user_content_links|rendered_|$|\)|error_html|widget_elem|\$error|\$\("<p>"\))""",
|
||||
"exclude_pattern": r"""\.html\(("|'|render_|\w+_html|html|message\.content|postprocess_content|rendered_|$|\)|error_html|widget_elem|\$error|\$\("<p>"\))""",
|
||||
"exclude": {
|
||||
"web/src/portico",
|
||||
"web/src/lightbox.ts",
|
||||
|
Reference in New Issue
Block a user