Improvements on how posts are pulled in and sorted.

This commit is contained in:
Scott Idem
2025-07-18 18:15:18 -04:00
parent fd69610a3a
commit 0ac7bea046
5 changed files with 82 additions and 32 deletions

View File

@@ -36,7 +36,7 @@ export interface Post {
enable_comments?: null|boolean;
archive?: null|boolean;
archive_on?: Date;
archive_on?: null|Date;
linked_li_json?: null|string;
cfg_json?: null|key_val;