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 \
|
||||
'/profile/' not in messageJson['object']:
|
||||
if debug:
|
||||
print('DEBUG: "users" or "profile" missing in '+messageJson['type'])
|
||||
print('DEBUG: "users", "channel" or "profile" missing in '+messageJson['type'])
|
||||
return False
|
||||
if '/statuses/' not in messageJson['object']:
|
||||
if debug:
|
||||
|
|
Loading…
Reference in New Issue