main2
Bob Mottram 2019-10-18 10:58:57 +01:00
parent 4a8d8b34a8
commit 130bd12fb5
1 changed files with 1 additions and 1 deletions

View File

@ -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: