@if(isEmojiPickerVisible) { }
@for (reaction of getReaction(chat.id); track reaction; let i = $index) { @if (reaction.id) {
@if (reaction.icon === "okay" || reaction.icon === "clap-hands") { } @else { } {{ reaction.userId.length }}
} }
@if (reactionDialogId != '') { @for (reaction of getReactionDocId(reactionDialogId); track reaction) {
@if (reaction.icon === "okay" || reaction.icon === "clap-hands") { } @else { }
@for (reactionUId of getReactionDocId(reactionDialogId)[0].userId; track reactionUId;) {
{{ getUserId(reactionUId)[0].firstName }} {{ getUserId(reactionUId)[0].lastName }} @if (getUserId(reactionUId)[0].id == userService.getCurrentUserId()) { (You)}
}
@if (getReactionDocId(reactionDialogId)[0].userId.length > 1) {

{{ "reaction-emojis.react" | translate }}

} @else {

{{ "reaction-emojis.react2" | translate }}

}
} }