diff options
author | default <nobody@localhost> | 2023-03-07 10:27:50 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-03-07 10:27:50 +0100 |
commit | 71394774f43d71399fc60c67969e23955426d97b (patch) | |
tree | d504caec5e5a6d458112d466b4692c473ef360e2 | |
parent | 35995d03bec702f41f080e46214f87eb6af368ad (diff) |
Disabled inbox recollection temporarily (for global re push).
-rw-r--r-- | activitypub.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activitypub.c b/activitypub.c index 66ca900..834610a 100644 --- a/activitypub.c +++ b/activitypub.c @@ -118,8 +118,10 @@ int actor_request(snac *snac, char *actor, d_char **data) } } +#if 0 if (valid_status(status) && data && *data) inbox_add_by_actor(*data); +#endif return status; } |