Provenance archive linkage, post reconciliation close-out, and the cleanup/admin DRY pass #127

Merged
bvandeusen merged 8 commits from dev into main 2026-06-22 20:22:56 -04:00
Showing only changes of commit af7f0078bc - Show all commits
+3 -1
View File
@@ -534,7 +534,9 @@ class Importer:
# branches stay untouched. NULL-only so a re-extract never re-stamps and
# the backfill (reextract task → this same path) is idempotent. Nested
# members link to this OUTER archive — the only one stored as a blob.
self._stamp_member_archive(post.id, source, member_record_ids)
self._stamp_member_archive(
post.id if post is not None else None, source, member_record_ids,
)
if member_ids:
return ImportResult(
status="imported", image_id=member_ids[0],