Make AggregatedReactionSender stable

This commit is contained in:
Benoit Marty 2025-10-09 18:16:17 +02:00 committed by Benoit Marty
parent 08e2209f8b
commit e03fe028ba

View file

@ -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,