Marked
This commit is contained in:
parent
d4d3fe43d3
commit
43ba1930ed
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue