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/messageBoxReplyPreview.html

10 lines
409 B

<template name="messageBoxReplyPreview" args="input replyMessageData">
<div class="reply-preview message-popup">
<div class="message">
{{> messageAttachment text=replyMessageData.msg author_name=replyMessageData.u.username}}
</div>
<div class="rc-message-box__icon cancel-reply" data-mid="{{replyMessageData._id}}">
{{> icon block="rc-input__icon-svg" icon="cross"}}
</div>
</div>
</template>