fdfd
This commit is contained in:
parent
d239eea0d5
commit
2aa0e35043
1 changed files with 1 additions and 2 deletions
|
@ -266,8 +266,7 @@ def api_comment(v):
|
||||||
level=level,
|
level=level,
|
||||||
over_18=parent_post.over_18 or request.form.get("over_18","")=="true",
|
over_18=parent_post.over_18 or request.form.get("over_18","")=="true",
|
||||||
is_bot=is_bot,
|
is_bot=is_bot,
|
||||||
app_id=v.client.application.id if v.client else None,
|
app_id=v.client.application.id if v.client else None
|
||||||
shadowbanned=v.shadowbanned
|
|
||||||
)
|
)
|
||||||
|
|
||||||
g.db.add(c)
|
g.db.add(c)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue