Make AggregatedReactionSender stable
This commit is contained in:
parent
08e2209f8b
commit
e03fe028ba
1 changed files with 3 additions and 0 deletions
|
|
@ -7,10 +7,13 @@
|
|||
|
||||
package io.element.android.features.messages.impl.timeline.model
|
||||
|
||||
import androidx.compose.runtime.Immutable
|
||||
import io.element.android.libraries.matrix.api.core.UserId
|
||||
import io.element.android.libraries.matrix.api.user.MatrixUser
|
||||
import java.util.Date
|
||||
|
||||
// Need to be marked as @Immutable for Date
|
||||
@Immutable
|
||||
data class AggregatedReactionSender(
|
||||
val senderId: UserId,
|
||||
val timestamp: Date,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue