You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bsky client inserts threads using com.atproto.repo.applyWrites programatically computing cid and rkey. If thread is created at same time it works just fine because of only 1 call.
As third party service dev I rely on com.atproto.repo.createRecord to get correct uri and cid. Still I use same createdAt as time of bigger post from other service.
Thread is successfully created but available only with posts_with_replies filter for method app.bsky.feed.getAuthorFeed.
fogrye
changed the title
getAuthorFeed with posts_and_author_threads filter incorrect behaviour with threads
getAuthorFeed with posts_and_author_threads filter incorrect behaviour with threads saved with same createdAt
Nov 18, 2024
Describe the bug
Bsky client inserts threads using
com.atproto.repo.applyWrites
programatically computingcid
andrkey
. If thread is created at same time it works just fine because of only 1 call.As third party service dev I rely on
com.atproto.repo.createRecord
to get correcturi
andcid
. Still I use samecreatedAt
as time of bigger post from other service.Thread is successfully created but available only with
posts_with_replies
filter for methodapp.bsky.feed.getAuthorFeed
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Thread should be visible in "Posts"
The text was updated successfully, but these errors were encountered: