This commit is contained in:
Xander Bil 2024-09-26 23:45:25 +02:00
parent a0b8383984
commit b0e4d1f703
No known key found for this signature in database
GPG key ID: EC9706B54A278598

View file

@ -78,7 +78,7 @@ def validate_downloaded_files(post_mattermost_hint=True):
if metadata is not None:
is_new_file, new_file_info = db.mark_file_valid(file_id, metadata)
if is_new_file:
mattermost_communication.report_newly_found_file(file_info)
mattermost_communication.report_newly_found_file(new_file_info)
else:
changed, new_file_info = db.mark_file_invalid(file_id)
if changed and post_mattermost_hint: