Skip to content

Commit

Permalink
50892674871344864139e94cb3eacbb478748900
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 29, 2024
1 parent b1a2d74 commit c8088af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion esm/client/2_message_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { parseHtml } from "./0_html.js";
import { parseMarkdown } from "./0_markdown.js";
import { getFileContents, isHttpUrl } from "./0_utilities.js";
const FALLBACK_MIME_TYPE = "application/octet-stream";
const STICKER_MIME_TYPES = ["image/webp", "video/webp", "application/x-tgsticker"];
const STICKER_MIME_TYPES = ["image/webp", "video/webm", "application/x-tgsticker"];
export class MessageManager {
constructor(c) {
_MessageManager_instances.add(this);
Expand Down
2 changes: 1 addition & 1 deletion script/client/2_message_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const _0_html_js_1 = require("./0_html.js");
const _0_markdown_js_1 = require("./0_markdown.js");
const _0_utilities_js_1 = require("./0_utilities.js");
const FALLBACK_MIME_TYPE = "application/octet-stream";
const STICKER_MIME_TYPES = ["image/webp", "video/webp", "application/x-tgsticker"];
const STICKER_MIME_TYPES = ["image/webp", "video/webm", "application/x-tgsticker"];
class MessageManager {
constructor(c) {
_MessageManager_instances.add(this);
Expand Down

0 comments on commit c8088af

Please sign in to comment.