diff options
author | default <nobody@localhost> | 2023-03-07 10:29:50 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-03-07 10:29:50 +0100 |
commit | 985bb474bab5699a007275190ee9994468f2d278 (patch) | |
tree | 3b3fee293068c2e4d4ae8078b3f954b4de4adf28 | |
parent | 2dadfffd8c7214db6c086d108db81f1fbe228698 (diff) |
Enable back inbox recollection.
-rw-r--r-- | activitypub.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activitypub.c b/activitypub.c index 834610a..66ca900 100644 --- a/activitypub.c +++ b/activitypub.c @@ -118,10 +118,8 @@ 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; } |