From 13204255643699f332dbcdd6c32417536f422cad Mon Sep 17 00:00:00 2001 From: CMK Date: Tue, 3 Aug 2021 17:19:12 +0800 Subject: [PATCH] chore: update comment --- Mastodon/Scene/Compose/ComposeViewModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mastodon/Scene/Compose/ComposeViewModel.swift b/Mastodon/Scene/Compose/ComposeViewModel.swift index d9fa849af..601aeae04 100644 --- a/Mastodon/Scene/Compose/ComposeViewModel.swift +++ b/Mastodon/Scene/Compose/ComposeViewModel.swift @@ -98,7 +98,7 @@ final class ComposeViewModel: NSObject { self.selectedStatusVisibility = { // default private when user locked var visibility: ComposeToolbarView.VisibilitySelectionType = context.authenticationService.activeMastodonAuthentication.value?.user.locked == true ? .private : .public - // set visibility is replied post is DM + // set visibility for reply post switch composeKind { case .reply(let repliedToStatusObjectID): context.managedObjectContext.performAndWait {