From f4b3bace3b72a0097c15febb257efd20eec9228c Mon Sep 17 00:00:00 2001 From: Lumaa Date: Mon, 22 Jan 2024 06:50:01 +0100 Subject: [PATCH] Keep todo in case changes in the future --- Threaded/Views/PostingView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Threaded/Views/PostingView.swift b/Threaded/Views/PostingView.swift index c7d2429..517f45d 100644 --- a/Threaded/Views/PostingView.swift +++ b/Threaded/Views/PostingView.swift @@ -99,7 +99,6 @@ struct PostingView: View { let endp: Endpoint = isEdit ? Statuses.editStatus(id: editId!, json: json) : Statuses.postStatus(json: json) let newStatus: Status = try await client.post(endpoint: endp) - // TODO: Live Activity if content too large postingStatus = false HapticManager.playHaptics(haptics: Haptic.success) dismiss()