From 0958a8c272a9ceab62d92818921b226419bf1a9ed2c99bd1be1f216c14cda309 Mon Sep 17 00:00:00 2001 From: aslan Date: Thu, 22 Jan 2026 17:31:02 -0500 Subject: [PATCH] Allow bot to call itself --- src/modules/module.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/modules/module.ts b/src/modules/module.ts index d5760a4..96582ab 100644 --- a/src/modules/module.ts +++ b/src/modules/module.ts @@ -82,10 +82,6 @@ const registerModules = (client: MatrixClient) => { return; } - if (sender === config.userId) { - return; - } - let image: Buffer | undefined; if (content.msgtype === MsgType.Image) { if (typeof content.url === "string") {