|
@@ -9,10 +9,10 @@ import { html } from "lit";
|
|
|
import { __ } from "i18n";
|
|
|
import { until } from "lit/directives/until.js";
|
|
|
import { _converse, converse, api, log, u, constants, MUC } from "@converse/headless";
|
|
|
-import tplAudio from "templates/audio.js";
|
|
|
+import tplAudio from "shared/texture/templates/audio.js";
|
|
|
import tplFile from "templates/file.js";
|
|
|
-import tplImage from "templates/image.js";
|
|
|
-import tplVideo from "templates/video.js";
|
|
|
+import tplImage from "shared/texture/templates/image.js";
|
|
|
+import tplVideo from "shared/texture/templates/video.js";
|
|
|
import { KEY_ALGO, UNTRUSTED, TAG_LENGTH } from "./consts.js";
|
|
|
import { MIMETYPES_MAP } from "utils/file.js";
|
|
|
import { IQError, UserFacingError } from "shared/errors.js";
|