Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extension Mastodon.Entity {
/// 2022/5/16
/// # Reference
/// [Document](TBD)
public class FamiliarFollowers: Codable, Sendable {
public final class FamiliarFollowers: Codable, Sendable {
public let id: Mastodon.Entity.Account.ID
public let accounts: [Mastodon.Entity.Account]
}
Expand Down