feat(bluesky): add reply to post action

This commit is contained in:
Rıdvan Akca
2024-05-27 17:22:47 +02:00
parent 84ecf105c2
commit 7c1d2c47ec
4 changed files with 117 additions and 1 deletions

View File

@@ -3,6 +3,8 @@ favicon: /favicons/bluesky.svg
items:
- name: Create post
desc: Creates a new post.
- name: Reply to post
desc: Replies to a post.
- name: Search post by url
desc: Searches a post in a thread by url.
---