fggf
This commit is contained in:
parent
8cd38cd7d3
commit
db4791a6e8
4 changed files with 0 additions and 4 deletions
|
@ -865,7 +865,6 @@ def submit_post(v):
|
|||
author_id=v.id,
|
||||
domain_ref=domain_obj.id if domain_obj else None,
|
||||
over_18=bool(request.form.get("over_18","")),
|
||||
repost_id=repost.id if repost else None,
|
||||
app_id=v.client.application.id if v.client else None,
|
||||
is_bot = request.headers.get("X-User-Type","").lower()=="bot"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue