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