Aevann 2024-07-03 17:18:31 +03:00
parent f7fe58cd95
commit 704a463cb9
1 changed files with 1 additions and 1 deletions

View File

@ -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)