Skip to content

Commit

Permalink
Update lexicons
Browse files Browse the repository at this point in the history
FeedReplyReference was updated.
  • Loading branch information
MasterJ93 committed May 2, 2024
1 parent f14aebc commit 7c73c48
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7c73c48

Please sign in to comment.