Write out a root.json file w/ the last overall refresh date (useful for threads with no comments to still show the "Last Refreshed")
This commit is contained in:
@@ -66,3 +66,9 @@ export type ThreadData = {
|
||||
},
|
||||
comments: ThreadComment[],
|
||||
}
|
||||
|
||||
export type RootData = {
|
||||
refresh?: {
|
||||
date: Date,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user