Skip to content

Commit 11489d3

Browse files
committed
Update lexicon models and methods
1 parent b505eba commit 11489d3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Sources/ATProtoKit/ATProtoKit.docc/Extensions/Lexicons/Models/app.bsky/AppBskyUnspecced.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818
- ``GetConfig``
1919
- ``GetConfigOutput``
2020

21+
### app.bsky.unspecced.getOnboardingSuggestedStarterPacks
22+
23+
- ``GetOnboardingSuggestedStarterPacksOutput``
24+
25+
### app.bsky.unspecced.getOnboardingSuggestedStarterPacksSkeleton
26+
27+
- ``GetOnboardingSuggestedStarterPacksSkeletonOutput``
28+
2129
### app.bsky.unspecced.getPopularFeedGenerators
2230

2331
- ``GetPopularFeedGeneratorsOutput``

Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/AppBskyFeedThreadgate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ extension AppBskyLexicon.Feed {
7474
try container.encode(self.postURI, forKey: .postURI)
7575
try container.truncatedEncodeIfPresent(self.allow, forKey: .allow, upToArrayLength: 5)
7676
try container.encodeDate(self.createdAt, forKey: .createdAt)
77-
try container.truncatedEncodeIfPresent(self.hiddenReplies, forKey: .hiddenReplies, upToArrayLength: 50)
77+
try container.truncatedEncodeIfPresent(self.hiddenReplies, forKey: .hiddenReplies, upToArrayLength: 300)
7878
}
7979

8080
enum CodingKeys: String, CodingKey {

0 commit comments

Comments
 (0)