mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Don't request the actor in get_actor_inbox().
This commit is contained in:
parent
1af96788f0
commit
d3da67eaba
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ d_char *get_actor_inbox(snac *snac, char *actor)
|
|||
xs *data = NULL;
|
||||
char *v = NULL;
|
||||
|
||||
if (valid_status(actor_request(snac, actor, &data))) {
|
||||
if (valid_status(actor_get(snac, actor, &data))) {
|
||||
/* try first endpoints/sharedInbox */
|
||||
if ((v = xs_dict_get(data, "endpoints")))
|
||||
v = xs_dict_get(v, "sharedInbox");
|
||||
|
|
Loading…
Reference in a new issue