Skip to content

Updated post using putRecord. getRecord shows update as does getPosts however getPostThread not returning latest commit #3038

Discussion options

You must be logged in to vote

The Bluesky service prohibits updating posts, so appview intentionally ignores it. However, it may be reflected in a short window, and Skeets uses it to provide a post editing function.

putRecord does not fail because this is a specification unique to bsky post. PDS is expected to be lexicon agnostic, so putRecord succeeds, but appview, which is in charge of application logic, ignores it.

The old PDS included verification to update by putRecord and post recreating, but this is a remnant of the time when PDS and appview were integrated and has now been removed.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@tmisra2004
Comment options

@DavidBuchanan314
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by tmisra2004
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants