fix: post count excluding comments

This commit is contained in:
DIYgod 2023-03-13 16:05:12 +00:00
parent ec9958a537
commit 2718fed056
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -498,6 +498,7 @@ export async function getStat({ characterId }: { characterId: string }) {
indexer.getNotes({
characterId,
sources: "xlog",
tags: ["post"],
limit: 0,
}),
])