From a9a11414781c21869b54ad7a5573f6182b81b8af Mon Sep 17 00:00:00 2001 From: q Date: Wed, 15 Oct 2025 15:24:16 -0400 Subject: [PATCH] Remove commented stuff --- index.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/index.js b/index.js index e76ced2..26d5205 100644 --- a/index.js +++ b/index.js @@ -112,13 +112,6 @@ function sendImage(results, resultIndex, roomId, name, searchCommand, retryCount }, }; matrixClient.sendEvent(roomId, "m.room.message", content); - /* - await client.sendEvent(roomId, "m.room.message", content, "", (err, res) => { - if (err) console.error("Failed to send image:", err); - else console.log("Image sent successfully:", res); - }); - */ - matrixClient.sendTyping(roomId, false, 3000); } catch (error) { retryCount = retryCount + 1;