mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 18:25:10 +00:00
[FIX/ADD] Fix YAML generation, keep track of time
This commit is contained in:
parent
a48c3ba126
commit
13a9d23fa0
12 changed files with 33 additions and 10 deletions
|
|
@ -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>.");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue