Check that content is returned#

main
Bob Mottram 2023-10-29 21:10:02 +00:00
parent 83ab01729e
commit a68c12d530
1 changed files with 2 additions and 0 deletions

View File

@ -629,6 +629,8 @@ def _get_posts(session, outbox_url: str, max_posts: int,
continue
content = get_base_content_from_post(this_item, system_language)
if not content:
continue
content = content.replace(''', "'")
mentions = []