mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
4a8d8b34a8
commit
130bd12fb5
2
inbox.py
2
inbox.py
|
@ -1019,7 +1019,7 @@ def receiveAnnounce(session,handle: str,isGroup: bool,baseDir: str, \
|
||||||
'/channel/' not in messageJson['object'] and \
|
'/channel/' not in messageJson['object'] and \
|
||||||
'/profile/' not in messageJson['object']:
|
'/profile/' not in messageJson['object']:
|
||||||
if debug:
|
if debug:
|
||||||
print('DEBUG: "users" or "profile" missing in '+messageJson['type'])
|
print('DEBUG: "users", "channel" or "profile" missing in '+messageJson['type'])
|
||||||
return False
|
return False
|
||||||
if '/statuses/' not in messageJson['object']:
|
if '/statuses/' not in messageJson['object']:
|
||||||
if debug:
|
if debug:
|
||||||
|
|
Loading…
Reference in New Issue