diff options
| author | 2023-03-07 10:27:50 +0100 | |
|---|---|---|
| committer | 2023-03-07 10:27:50 +0100 | |
| commit | 71394774f43d71399fc60c67969e23955426d97b (patch) | |
| tree | d504caec5e5a6d458112d466b4692c473ef360e2 /activitypub.c | |
| parent | Reject messages not for me. (diff) | |
| download | snac2-71394774f43d71399fc60c67969e23955426d97b.tar.gz snac2-71394774f43d71399fc60c67969e23955426d97b.tar.xz snac2-71394774f43d71399fc60c67969e23955426d97b.zip | |
Disabled inbox recollection temporarily (for global re push).
Diffstat (limited to 'activitypub.c')
| -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) | |||
| 118 | } | 118 | } |
| 119 | } | 119 | } |
| 120 | 120 | ||
| 121 | #if 0 | ||
| 121 | if (valid_status(status) && data && *data) | 122 | if (valid_status(status) && data && *data) |
| 122 | inbox_add_by_actor(*data); | 123 | inbox_add_by_actor(*data); |
| 124 | #endif | ||
| 123 | 125 | ||
| 124 | return status; | 126 | return status; |
| 125 | } | 127 | } |