mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-10 03:50:38 +03:00
Log the actor request.
This commit is contained in:
parent
e6c48cc96a
commit
8461fbfbcc
@ -1139,6 +1139,8 @@ int activitypub_get_handler(d_char *req, char *q_path,
|
|||||||
/* if there was no component after the user, it's an actor request */
|
/* if there was no component after the user, it's an actor request */
|
||||||
msg = msg_actor(&snac);
|
msg = msg_actor(&snac);
|
||||||
*ctype = "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"";
|
*ctype = "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"";
|
||||||
|
|
||||||
|
snac_debug(&snac, 0, xs_fmt("actor requested"));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
if (strcmp(p_path, "outbox") == 0) {
|
if (strcmp(p_path, "outbox") == 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user