You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/room/send/LocalEchoEventFactory.kt
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -312,7 +312,8 @@ internal class LocalEchoEventFactory @Inject constructor(
312
312
roomId:String,
313
313
eventReplaced:TimelineEvent,
314
314
originalEvent:TimelineEvent,
315
-
newBodyText:CharSequence,
315
+
replyText:CharSequence,
316
+
replyTextFormatted:String?,
316
317
autoMarkdown:Boolean,
317
318
msgType:String,
318
319
compatibilityText:String,
@@ -321,22 +322,22 @@ internal class LocalEchoEventFactory @Inject constructor(
321
322
val permalink = permalinkFactory.createPermalink(roomId, originalEvent.root.eventId ?:"", false)
322
323
val userLink = originalEvent.root.senderId?.let { permalinkFactory.createPermalink(it, false) } ?:""
0 commit comments