forked from indymedia/epicyon
Always print
parent
9aa4837775
commit
b9310ed9ff
3
inbox.py
3
inbox.py
|
@ -219,8 +219,7 @@ def savePostToInboxQueue(baseDir: str,httpPrefix: str, \
|
||||||
if postJsonObject['object'].get('content'):
|
if postJsonObject['object'].get('content'):
|
||||||
if isinstance(postJsonObject['object']['content'], str):
|
if isinstance(postJsonObject['object']['content'], str):
|
||||||
if isFiltered(baseDir,nickname,domain,postJsonObject['object']['content']):
|
if isFiltered(baseDir,nickname,domain,postJsonObject['object']['content']):
|
||||||
if debug:
|
print('WARN: post was filtered out due to content')
|
||||||
print('DEBUG: post was filtered out due to content')
|
|
||||||
return None
|
return None
|
||||||
originalPostId=None
|
originalPostId=None
|
||||||
if postJsonObject.get('id'):
|
if postJsonObject.get('id'):
|
||||||
|
|
Loading…
Reference in New Issue