[DEL] Remove unnecessary call to ASSend.

Why did I do that?
This commit is contained in:
LDA 2024-06-19 01:49:49 +02:00
commit c8b3ec8203

View file

@ -29,10 +29,6 @@ ParseeXMPPThread(void *argp)
stanza = XMLDecode(jabber->stream, false); stanza = XMLDecode(jabber->stream, false);
if (!stanza) if (!stanza)
{ {
ASSend(
args->config, "!jdHnoKgHCm51ujbw:ari.lt", "_parsee_bridge",
"m.room.message", MatrixCreateNotice("Hi.")
);
continue; continue;
} }
if (StrEquals(stanza->name, "message")) if (StrEquals(stanza->name, "message"))