fix: post count excluding comments
This commit is contained in:
parent
ec9958a537
commit
2718fed056
|
|
@ -498,6 +498,7 @@ export async function getStat({ characterId }: { characterId: string }) {
|
|||
indexer.getNotes({
|
||||
characterId,
|
||||
sources: "xlog",
|
||||
tags: ["post"],
|
||||
limit: 0,
|
||||
}),
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in New Issue