Keep todo in case changes in the future
This commit is contained in:
parent
b5111f15ba
commit
f4b3bace3b
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue