Skip to content

Commit

Permalink
Fix compilation issue.
Browse files Browse the repository at this point in the history
This extension is only used for Test
  • Loading branch information
bmarty committed Dec 21, 2023
1 parent 7242ad4 commit d610f75
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ fun MessageComposerViewState.toAnalyticsComposer(): Composer =
inThread = isInThreadTimeline(),
isEditing = sendMode is SendMode.Edit,
isReply = sendMode is SendMode.Reply,
startsThread = startsThread
messageType = Composer.MessageType.Text,
startsThread = startsThread,
)

0 comments on commit d610f75

Please sign in to comment.