mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
Add more clear documentation
This commit is contained in:
parent
f31b130b49
commit
c2ec7cfa0f
@ -24,5 +24,9 @@ interface RelationContent {
|
||||
val eventId: String?
|
||||
val inReplyTo: ReplyToContent?
|
||||
val option: Int?
|
||||
val isFallingBack: Boolean? // Thread fallback to differentiate replies within threads
|
||||
/**
|
||||
* This flag indicates that the message should be displayed in the main
|
||||
* timeline as a reply if needed
|
||||
*/
|
||||
val isFallingBack: Boolean?
|
||||
}
|
||||
|
@ -100,7 +100,7 @@ internal class EventEditor @Inject constructor(private val eventSenderProcessor:
|
||||
eventReplied = originalTimelineEvent,
|
||||
replyText = newBodyText,
|
||||
autoMarkdown = false,
|
||||
showInThread = false // Test that value
|
||||
showInThread = false
|
||||
)?.copy(
|
||||
eventId = replyToEdit.eventId
|
||||
) ?: return NoOpCancellable
|
||||
|
Loading…
Reference in New Issue
Block a user