Add comment.
This commit is contained in:
parent
8f3987b98c
commit
bed135f7c3
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ sealed interface TimelineItem {
|
|||
@Immutable
|
||||
data class Event(
|
||||
val id: String,
|
||||
// Note: eventId can be null when the event is a local echo
|
||||
val eventId: EventId? = null,
|
||||
val transactionId: TransactionId? = null,
|
||||
val senderId: UserId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue