The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/app/ui-message/client/messageBox/userActionIndicator.html

14 lines
406 B

<template name="userActionIndicator" args="rid, tmid">
{{#if data}}
<div class="rc-message-box__activity">
{{#each data}}
<span class="rc-message-box__activity-user">{{ users }}</span>
{{#if multi}}
{{_ "are" }}&nbsp;{{_ action}}{{#unless end}},{{/unless}}
{{else}}
{{_ "is" }}&nbsp;{{_ action}}{{#unless end}},{{/unless}}
{{/if}}
{{/each}}
</div>
{{/if}}
</template>