main
Bob Mottram 2024-07-26 11:00:24 +01:00
parent 45c7da2a8c
commit 21c3cb485c
1 changed files with 1 additions and 0 deletions

View File

@ -533,6 +533,7 @@ def html_profile_after_search(authorized: bool,
i = 0
for item in user_feed:
if not isinstance(item, dict):
print('DEBUG: invalid user feed item: ' + str(item))
continue
if item.get('type') and item.get('object'):
if str(item['type']) == 'Announce' and \