From f044a611862a7a71a69a4d4eb20c68bea008399a Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Mon, 6 Nov 2023 14:14:56 -0500 Subject: [PATCH] import richprepliespreprocessor --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index e3a0ac0..516f7be 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ import config from './config.json' assert {type: "json"}; -import { MatrixClient, SimpleFsStorageProvider, AutojoinRoomsMixin } from "matrix-bot-sdk"; +import { MatrixClient, SimpleFsStorageProvider, AutojoinRoomsMixin, RichRepliesPreprocessor } from "matrix-bot-sdk"; import fs from "fs"; const storage = new SimpleFsStorageProvider("storage.json");