From 704a463cb9d060aa0fc17d3d968822b6e72124d4 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 3 Jul 2024 17:18:31 +0300 Subject: [PATCH] fix this https://rdrama.net/post/280277/user-on-rfemcelgrippysockjail-mocks-short-man/6619084#context --- files/routes/awards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/awards.py b/files/routes/awards.py index f9fd1fc63..a9d4c3373 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -139,7 +139,7 @@ def buy(v, kind): return {"message": f"{award_title} award bought!"} def alter_body(obj): - obj.body_html = sanitize(obj.body, limit_pings=5, showmore=True, obj=obj, author=obj.author) + obj.body_html = sanitize(obj.body, limit_pings=5, obj=obj, author=obj.author) if isinstance(obj, Post): obj.title_html = filter_emojis_only(obj.title, golden=False, obj=obj, author=obj.author)