import { __ } from '@converse/headless/i18n'; import { html } from "lit-html"; import { renderAvatar } from './../templates/directives/avatar'; const i18n_uploading = __('Uploading file:') export default (o) => html`
${ renderAvatar(this) }
${i18n_uploading} ${o.filename}, ${o.filesize}
`;