TootFeature
public struct TootFeature
Represents a feature that is not supported by all flavours.
-
Flavours that support this feature.
Declaration
Swift
public let supportedFlavours: Set<TootSDKFlavour> -
Ability to promote hashtags on user profiles.
Available only for Mastodon.
Declaration
Swift
public static let featuredTags: TootFeature -
Ability to view/edit/create filters.
Available only for Mastodon .
Declaration
Swift
public static let filtersV2: TootFeature -
Ability to create lists.
Declaration
Swift
public static let lists: TootFeature -
Ability to follow hashtags.
Available for Mastodon and Friendica.
Declaration
Swift
public static let hashtagFollowing: TootFeature
TootFeature Structure Reference