remotes/1693045480750635534/spooky-22
Aevann1 2021-09-24 04:00:52 +02:00
parent 0c9816c185
commit 0b0bc9418e
1 changed files with 1 additions and 1 deletions

View File

@ -862,7 +862,7 @@ def submit_post(v):
author_id=v.id,
over_18=bool(request.values.get("over_18","")),
app_id=v.client.application.id if v.client else None,
is_bot = request.headers.get("X-User-Type","").lower()=="bot"
is_bot = request.headers.get("X-User-Type","").lower()=="bot",
url=url,
body=body,
body_html=body_html,