Ensure RAW returns empty quoteCount ()

* Ensure RAW returns empty quoteCount

* Add changeset
This commit is contained in:
Eric Bailey 2024-11-13 16:01:26 -06:00 committed by GitHub
parent 48d08a469f
commit 24423fc2dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions
.changeset
packages/pds/src/read-after-write

@ -0,0 +1,5 @@
---
"@atproto/pds": patch
---
Ensure read-after-write handles `quoteCount` for `getPostThread` responses.

@ -172,6 +172,7 @@ export class LocalViewer {
likeCount: 0, // counts presumed to be 0 directly after post creation
replyCount: 0,
repostCount: 0,
quoteCount: 0,
author,
record,
embed: embed ?? undefined,