Skip to content

Commit

Permalink
PR comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Nov 21, 2024
1 parent c29e02d commit b8f2a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElementX/Sources/Screens/Timeline/TimelineViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b8f2a1e

Please sign in to comment.