dfdf
This commit is contained in:
parent
3591059742
commit
6def879202
5 changed files with 57 additions and 44 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue