From 5be6b74b316fad8030f4850d104b21f6837976b3 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 26 Jun 2023 20:42:56 +0200 Subject: [PATCH] Fix outdated doc. --- .../features/messages/impl/timeline/model/AggregatedReaction.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/model/AggregatedReaction.kt b/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/model/AggregatedReaction.kt index a435189dfe..d25cc98a1d 100644 --- a/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/model/AggregatedReaction.kt +++ b/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/model/AggregatedReaction.kt @@ -17,6 +17,8 @@ package io.element.android.features.messages.impl.timeline.model /** + * @property key the reaction key (e.g. "👍") + * @property count the number of users who reacted with this key * @property isHighlighted true if the reaction has (also) been sent by the current user. */ data class AggregatedReaction(