mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 12:15:12 +00:00
[FIX] Go back to using room IDs
I already gave up on urandom anyways.
This commit is contained in:
parent
0a4aa45de5
commit
fb44ad4bf6
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ CommandHead(CmdPlumb, cmd, argp)
|
|||
goto end;
|
||||
}
|
||||
|
||||
chat_id = ParseePushMUC(args->data, room, muc); // ew.
|
||||
chat_id = ParseePushMUC(args->data, room_id, muc);
|
||||
if (chat_id)
|
||||
{
|
||||
char *rev = StrConcat(2, muc, "/parsee");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue