Ensure RAW returns empty quoteCount (#2990)
* Ensure RAW returns empty quoteCount * Add changeset
This commit is contained in:
parent
48d08a469f
commit
24423fc2dd
5
.changeset/fuzzy-wolves-speak.md
Normal file
5
.changeset/fuzzy-wolves-speak.md
Normal file
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user