From 7c73c4887054786d3e5dcc69c592b2b2c5d2ecd2 Mon Sep 17 00:00:00 2001 From: Christopher Jr Riley Date: Thu, 2 May 2024 17:42:42 -0400 Subject: [PATCH] Update lexicons FeedReplyReference was updated. --- .../Models/Lexicons/app.bsky/Feed/BskyFeedDefs.swift | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/BskyFeedDefs.swift b/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/BskyFeedDefs.swift index 19b1b06b42..2cc524dff3 100644 --- a/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/BskyFeedDefs.swift +++ b/Sources/ATProtoKit/Models/Lexicons/app.bsky/Feed/BskyFeedDefs.swift @@ -195,6 +195,11 @@ public struct FeedReplyReference: Codable { /// - Note: If `parent` and `root` are identical, the post is a direct reply to the original /// post of the thread. public let parent: PostUnion + /// The author of the parent's post. + /// + /// - Note: According to the AT Protocol specifications: "When parent is a reply to another + /// post, this is the author of that post." + public let grandparentAuthor: ActorProfileViewBasic } /// A data model for a definition for a very stripped down version of a repost.