This commit is contained in:
Aevann1 2021-07-30 07:11:24 +02:00
parent 8cd38cd7d3
commit db4791a6e8
4 changed files with 0 additions and 4 deletions

View file

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