Also archive the json

main
bashrc 2026-01-15 10:35:47 +00:00
parent fb495b0b52
commit 724ffb7dff
1 changed files with 1 additions and 1 deletions

View File

@ -5824,7 +5824,7 @@ def archive_posts_for_person(http_prefix: str, nickname: str, domain: str,
extensions = (
'votes', 'arrived', 'muted', 'tts', 'reject', 'mitm',
'edits', 'seen'
'edits', 'seen', 'json'
)
for ext in extensions:
ext_path = file_path.replace('.json', '.' + ext)