From 00a6ae24bda8d45593be785bc6cd1d651419c13e Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 22 Jun 2023 15:52:31 +0300 Subject: [PATCH] enable showmore button on snappy comments --- files/helpers/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/actions.py b/files/helpers/actions.py index 235713e30..f604f8954 100644 --- a/files/helpers/actions.py +++ b/files/helpers/actions.py @@ -196,7 +196,7 @@ def execute_snappy(post:Post, v:User): archive_url(href) body = body.strip()[:COMMENT_BODY_LENGTH_LIMIT] - body_html = sanitize(body, snappy=True) + body_html = sanitize(body, snappy=True, showmore=True) if len(body_html) == 0: return