matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

commit 43ebcfcde4e42f21c18414dc69506667c82278d1
parent 9c6e06a8a6fcc3ed68adcc7cca36ee1d8329f342
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 31 Mar 2022 03:22:19 +0200

Cleanup import

Diffstat:
Msrc/matrix/client.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/matrix/client.ts b/src/matrix/client.ts @@ -1,4 +1,4 @@ -import { createClient, IndexedDBCryptoStore, IndexedDBStore, MatrixClient as MatrixClientSdk, MatrixEvent, MatrixEventEvent, PREFIX_MEDIA_R0 } from 'matrix-js-sdk'; +import { createClient, IndexedDBCryptoStore, IndexedDBStore, MatrixClient as MatrixClientSdk, MatrixEvent, MatrixEventEvent } from 'matrix-js-sdk'; import { M_IMAGE } from './events/ImageEvent'; // @ts-ignore - `.ts` is needed here to make TS happy import IndexedDBWorker from "./workers/indexeddb.worker.ts?worker";