[MOD] Check presence of MUC room in priority

I _hate_ you.
This commit is contained in:
LDA 2024-07-20 14:39:17 +02:00
commit 729d107400
2 changed files with 5 additions and 10 deletions

View file

@ -182,7 +182,7 @@ MessageStanza(ParseeData *args, XMLElement *stanza, XMPPThread *thr)
* ISSUE.
*
* I HATE THIS. I NEED TO FIND A BETTER WAY. */
if (!room)
if (mroom_id)
{
if (strncmp(HashMapGet(stanza->attrs, "to"), "parsee@", 7))
{