remotes/1693045480750635534/spooky-22
Aevann1 2021-07-26 01:25:49 +02:00
parent 99b25b29be
commit 9ff71de493
1 changed files with 0 additions and 1 deletions

View File

@ -883,7 +883,6 @@ def submit_post(v):
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,
is_offensive=False,
app_id=v.client.application.id if v.client else None,
creation_region=request.headers.get("cf-ipcountry"),
is_bot = request.headers.get("X-User-Type","").lower()=="bot"