merge-requests/30/head
Bob Mottram 2024-07-16 15:52:29 +01:00
parent 98f09c85e9
commit 61f04f6e60
1 changed files with 1 additions and 0 deletions

View File

@ -508,6 +508,7 @@ def announce_seen(base_dir: str, nickname: str, domain: str,
announce_id = remove_id_ending(message_json['id'])
if text_in_file(announce_id, seen_filename):
return False
print('DEBUG: post already seen ' + post_url)
return True