Fix reaction not active
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
2db5788cdd
commit
3f4cc4c736
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ function MessageReactionGroup({ roomTimeline, mEvent }) {
|
|||
} else {
|
||||
reaction.users.push(senderId);
|
||||
reaction.count = reaction.users.length;
|
||||
reaction.isActive = isActive;
|
||||
if (isActive) reaction.isActive = isActive;
|
||||
}
|
||||
|
||||
reactions[key] = reaction;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue