Remove commented stuff

This commit is contained in:
q
2025-10-15 15:24:16 -04:00
parent d8b64193a1
commit a9a1141478

View File

@@ -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;