From b8f2a1e5748acc109e54c6ad5f69e9db51a59b5a Mon Sep 17 00:00:00 2001 From: Doug Date: Thu, 21 Nov 2024 17:58:42 +0000 Subject: [PATCH] PR comment. --- ElementX/Sources/Screens/Timeline/TimelineViewModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElementX/Sources/Screens/Timeline/TimelineViewModel.swift b/ElementX/Sources/Screens/Timeline/TimelineViewModel.swift index 588f3c95d3..76fb206eb9 100644 --- a/ElementX/Sources/Screens/Timeline/TimelineViewModel.swift +++ b/ElementX/Sources/Screens/Timeline/TimelineViewModel.swift @@ -606,7 +606,7 @@ class TimelineViewModel: TimelineViewModelType, TimelineViewModelProtocol { html: html, inReplyToEventID: eventID, intentionalMentions: intentionalMentions) - case .edit(let originalEventOrTransactionID, type: .default): + case .edit(let originalEventOrTransactionID, .default): await timelineController.edit(originalEventOrTransactionID, message: message, html: html,