File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
vector/src/main/java/im/vector/app/features/home/room/detail/composer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -625,14 +625,14 @@ class MessageComposerViewModel @AssistedInject constructor(
625
625
state.rootThreadEventId?.let {
626
626
room.relationService().replyInThread(
627
627
rootThreadEventId = it,
628
- replyInThreadText = action.text.toString() ,
628
+ replyInThreadText = action.text,
629
629
autoMarkdown = action.autoMarkdown,
630
630
formattedText = action.formattedText,
631
631
eventReplied = timelineEvent
632
632
)
633
633
} ? : room.relationService().replyToMessage(
634
634
eventReplied = timelineEvent,
635
- replyText = action.text.toString() ,
635
+ replyText = action.text,
636
636
replyFormattedText = action.formattedText,
637
637
autoMarkdown = action.autoMarkdown,
638
638
showInThread = showInThread,
You can’t perform that action at this time.
0 commit comments