You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Improve handling of animated GIF and WEBP images (#8153)
This commit is contained in:
committed by
GitHub
parent
50fd24581c
commit
bc01efa124
@ -1,6 +1,7 @@
|
||||
import { TextEncoder, TextDecoder } from 'util';
|
||||
import Adapter from "@wojtekmaj/enzyme-adapter-react-17";
|
||||
import { configure } from "enzyme";
|
||||
import "blob-polyfill"; // https://github.com/jsdom/jsdom/issues/2555
|
||||
|
||||
import * as languageHandler from "../src/languageHandler";
|
||||
import SdkConfig, { DEFAULTS } from '../src/SdkConfig';
|
||||
|
Reference in New Issue
Block a user