mirror of https://gitlab.com/bashrc2/epicyon
Also archive the json
parent
fb495b0b52
commit
724ffb7dff
2
posts.py
2
posts.py
|
|
@ -5824,7 +5824,7 @@ def archive_posts_for_person(http_prefix: str, nickname: str, domain: str,
|
||||||
|
|
||||||
extensions = (
|
extensions = (
|
||||||
'votes', 'arrived', 'muted', 'tts', 'reject', 'mitm',
|
'votes', 'arrived', 'muted', 'tts', 'reject', 'mitm',
|
||||||
'edits', 'seen'
|
'edits', 'seen', 'json'
|
||||||
)
|
)
|
||||||
for ext in extensions:
|
for ext in extensions:
|
||||||
ext_path = file_path.replace('.json', '.' + ext)
|
ext_path = file_path.replace('.json', '.' + ext)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue