This commit is contained in:
woxtu 2024-05-08 10:39:12 +02:00 committed by GitHub
commit ec50706a76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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]
}