summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-12-10 17:46:54 +0100
committerdefault <nobody@localhost>2023-12-10 17:46:54 +0100
commit0e6c5f9463d7800b40b777af50c6c09ee3d97af2 (patch)
tree590a9a3a6836145e01db0d874f3d6a2967189df4 /snac.h
parent8823325bd93afd05370ce175edde90beaaef027e (diff)
actor_request() does not need a user argument.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index 37529aa..12995a4 100644
--- a/snac.h
+++ b/snac.h
@@ -242,7 +242,7 @@ xs_dict *msg_question(snac *user, const char *content, xs_list *attach,
const xs_list *opts, int multiple, int end_secs);
int activitypub_request(snac *snac, const char *url, xs_dict **data);
-int actor_request(snac *snac, const char *actor, xs_dict **data);
+int actor_request(const char *actor, xs_dict **data);
void timeline_request_replies(snac *user, const char *id);
int send_to_inbox_raw(const char *keyid, const char *seckey,
const xs_str *inbox, const xs_dict *msg,