From 724ffb7dff292687e39e50ce6a779072fb6b8f6c Mon Sep 17 00:00:00 2001 From: bashrc Date: Thu, 15 Jan 2026 10:35:47 +0000 Subject: [PATCH] Also archive the json --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.py b/posts.py index b838ce043..b9930fd9d 100644 --- a/posts.py +++ b/posts.py @@ -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)