Keep todo in case changes in the future

This commit is contained in:
Lumaa 2024-01-22 06:50:01 +01:00
parent b5111f15ba
commit f4b3bace3b
1 changed files with 0 additions and 1 deletions

View File

@ -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()