summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-07-24 20:44:21 +0200
committerdefault <nobody@localhost>2023-07-24 20:44:21 +0200
commit4af95579dcdd8b6cb35f72a47f35c820f3d9d388 (patch)
tree15d373df209b0037eeed169e8873fe09782a715e /activitypub.c
parente428b5786524c5aea625f14cae14e86d6753e5d2 (diff)
Deleted a comment that is no longer true.
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c5
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)
timeline_request(snac, &object, &wrk, 0);
- /* Note: implementations like lemmy send announces about objects
- that are not of the 'Note' type; these objects are not stored,
- so the following object_get() will fail even if the object
- was correctly requested */
-
if (valid_status(object_get(object, &a_msg))) {
char *who = xs_dict_get(a_msg, "attributedTo");