[FIX/ADD] Fix YAML generation, keep track of time

This commit is contained in:
LDA 2024-10-11 16:09:21 +02:00
commit 13a9d23fa0
12 changed files with 33 additions and 10 deletions

View file

@ -173,7 +173,7 @@ RouteHead(RouteRoot, arr, argp)
P("<p>");
{
P("More information available at ");
P("<a");
P("<a ");
P("href='https://kappach.at/parsee'");
P(">the actual page</a>.");
}

View file

@ -131,7 +131,7 @@ RouteHead(RouteRoomAck, arr, argp)
{
char *rev = StrConcat(2, muc, "/parsee");
Log(LOG_NOTICE, "Sending presence to %s", rev);
XMPPJoinMUC(args->data->jabber, "parsee", rev, NULL, false);
XMPPJoinMUC(args->data->jabber, "parsee", rev, NULL, -1, false);
Free(rev);
}