mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 13:45:10 +00:00
[DEL] Remove unnecessary call to ASSend.
Why did I do that?
This commit is contained in:
parent
2cc4b0ed17
commit
c8b3ec8203
1 changed files with 0 additions and 4 deletions
|
|
@ -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"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue