[FIX/WIP] Do not use room ID for plumbing

This commit is contained in:
lda 2025-02-14 21:58:42 +00:00
commit d12255b226

View file

@ -59,7 +59,7 @@ CommandHead(CmdPlumb, cmd, argp)
goto end;
}
chat_id = ParseePushMUC(args->data, room_id, muc);
chat_id = ParseePushMUC(args->data, room, muc); // ew.
if (chat_id)
{
char *rev = StrConcat(2, muc, "/parsee");