forked from MarseyWorld/MarseyWorld
fix this https://rdrama.net/post/280277/user-on-rfemcelgrippysockjail-mocks-short-man/6619084#context
parent
f7fe58cd95
commit
704a463cb9
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue