From 2cbd63dc31cf24b621a127d693b5dfc022631056 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 5 Jul 2024 11:09:42 -0400 Subject: [PATCH] docs: update comment to reflect new behaviour --- src/activitypub/notes.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/activitypub/notes.js b/src/activitypub/notes.js index 7d195b8797..d057b52e11 100644 --- a/src/activitypub/notes.js +++ b/src/activitypub/notes.js @@ -27,10 +27,8 @@ async function unlock(value) { Notes.assert = async (uid, input, options = { skipChecks: false }) => { /** - * Given the id or object of any as:Note, traverses up to cache the entire threaded context - * - * Unfortunately, due to limitations and fragmentation of the existing ActivityPub landscape, - * retrieving the entire reply tree is not possible at this time. + * Given the id or object of any as:Note, either retrieves the full context (if resolvable), + * or traverses up the reply chain to build a context. */ if (!input) {