This repository has been archived by the owner on Jan 19, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bluesky): properly set root post on replies
Chained replies (threads) keep track of the root post to properly display the thread. When adding a new reply to a post, it's therefore necessary to check first if that post was itself a reply: if it is, we simply copy its root post reference
- Loading branch information