This commit is contained in:
Lumaa 2024-08-11 16:24:12 +02:00
parent d4d3fe43d3
commit 43ba1930ed
1 changed files with 2 additions and 1 deletions

View File

@ -195,6 +195,7 @@ struct PostingView: View {
.foregroundStyle(Color.gray) .foregroundStyle(Color.gray)
} }
// MARK: Post function
private func postText() { private func postText() {
Task { Task {
if let client = accountManager.getClient() { if let client = accountManager.getClient() {