From c8b3ec82032182b8a214ace46a49746e10073ea9 Mon Sep 17 00:00:00 2001 From: LDA Date: Wed, 19 Jun 2024 01:49:49 +0200 Subject: [PATCH] [DEL] Remove unnecessary call to ASSend. Why did I do that? --- src/XMPPThread.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/XMPPThread.c b/src/XMPPThread.c index 1fedc4d..a98b12f 100644 --- a/src/XMPPThread.c +++ b/src/XMPPThread.c @@ -29,10 +29,6 @@ ParseeXMPPThread(void *argp) stanza = XMLDecode(jabber->stream, false); if (!stanza) { - ASSend( - args->config, "!jdHnoKgHCm51ujbw:ari.lt", "_parsee_bridge", - "m.room.message", MatrixCreateNotice("Hi.") - ); continue; } if (StrEquals(stanza->name, "message"))