Skip to content

Commit

Permalink
Re-organize DocC
Browse files Browse the repository at this point in the history
- Fixed an issue where UnmuteThreadRequestBody
wasn't in its proper place even though it was in the
extensions file.
- Added the new lexicon models in their appropriate place.
- Added missing models to their appropriate places.
  • Loading branch information
MasterJ93 committed Aug 25, 2024
1 parent c8504d2 commit 5ff8f14
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@

- ``GetPostsOutput``

### app.bsky.feed.getQuotes

- ``GetQuotesOutput``

### app.bsky.feed.getPostThread

- ``GetPostThreadOutput``
Expand All @@ -93,6 +97,10 @@

- ``PostRecord``

### app.bsky.feed.postgate

- ``PostgateRecord``

### app.bsky.feed.repost

- ``RepostRecord``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@

### app.bsky.graph.unmuteThread

= ``UnmuteThreadRequestBody``
- ``UnmuteThreadRequestBody``
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

### com.atproto.server.createInviteCodes

- ``AccountCodes``
- ``ComAtprotoLexicon/Server/CreateInviteCodesRequestBody``
- ``ComAtprotoLexicon/Server/CreateInviteCodesOutput``

Expand Down

0 comments on commit 5ff8f14

Please sign in to comment.