This commit is contained in:
Aevann1 2021-11-11 22:12:27 +02:00
parent 3591059742
commit 6def879202
5 changed files with 57 additions and 44 deletions

View file

@ -774,7 +774,7 @@ def submit_post(v):
if (new_post.url or request.files.get('file')) and (v.is_activated or request.headers.get('cf-ipcountry')!="T1"):
if (new_post.url or request.files.get('file')) and request.headers.get('cf-ipcountry')!="T1":
gevent.spawn( thumbnail_thread, new_post.id)
if not new_post.private: