sfd
This commit is contained in:
parent
904ce916f7
commit
472bcfdd29
15 changed files with 41 additions and 39 deletions
|
@ -286,7 +286,7 @@ def api_comment(v):
|
|||
parent_comment_id=parent_comment_id,
|
||||
top_comment_id=top_comment_id,
|
||||
level=level,
|
||||
over_18=request.host == 'pcmemes.net' and v.id == 1578 or parent_post.over_18 or request.values.get("over_18","")=="true",
|
||||
over_18=parent_post.over_18 or request.values.get("over_18","")=="true",
|
||||
is_bot=is_bot,
|
||||
app_id=v.client.application.id if v.client else None,
|
||||
body_html=body_html,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue