import 'shared/chat/unfurl'; import { __ } from 'i18n'; import { html } from "lit-html"; import { renderAvatar } from 'templates/directives/avatar'; export default (o) => { const i18n_new_messages = __('New messages'); return html` ${ o.is_first_unread ? html`
` : '' } `; }