Improvements on how posts are pulled in and sorted.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user