From 1a982bdf1ebc9deb1ce300804d66467bf9f6ac7e Mon Sep 17 00:00:00 2001 From: Lumaa Date: Sun, 11 Aug 2024 16:24:32 +0200 Subject: [PATCH] Comment to differenciate SwiftUI.Visibility --- Threaded/Data/Accounts/Account+Elms.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Threaded/Data/Accounts/Account+Elms.swift b/Threaded/Data/Accounts/Account+Elms.swift index 5d8033c..0f45829 100644 --- a/Threaded/Data/Accounts/Account+Elms.swift +++ b/Threaded/Data/Accounts/Account+Elms.swift @@ -2,6 +2,7 @@ import Foundation +/// Mastodon visibility strings public enum Visibility: String, Codable, CaseIterable, Hashable, Equatable, Sendable { case pub = "public" case unlisted