diff options
Diffstat (limited to 'activitypub.c')
| -rw-r--r-- | activitypub.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/activitypub.c b/activitypub.c index 2bb94fe..36fc096 100644 --- a/activitypub.c +++ b/activitypub.c | |||
| @@ -1555,11 +1555,6 @@ int process_input_message(snac *snac, xs_dict *msg, xs_dict *req) | |||
| 1555 | 1555 | ||
| 1556 | timeline_request(snac, &object, &wrk, 0); | 1556 | timeline_request(snac, &object, &wrk, 0); |
| 1557 | 1557 | ||
| 1558 | /* Note: implementations like lemmy send announces about objects | ||
| 1559 | that are not of the 'Note' type; these objects are not stored, | ||
| 1560 | so the following object_get() will fail even if the object | ||
| 1561 | was correctly requested */ | ||
| 1562 | |||
| 1563 | if (valid_status(object_get(object, &a_msg))) { | 1558 | if (valid_status(object_get(object, &a_msg))) { |
| 1564 | char *who = xs_dict_get(a_msg, "attributedTo"); | 1559 | char *who = xs_dict_get(a_msg, "attributedTo"); |
| 1565 | 1560 | ||