From 1e421cb912a9bc8dc564b814984bcdad4a597ada Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:51:13 +0200 Subject: [feature] Distribute + ingest Accepts to followers (#3404) --- internal/ap/activitystreams.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'internal/ap/activitystreams.go') diff --git a/internal/ap/activitystreams.go b/internal/ap/activitystreams.go index a78b0b61d..8c53ae501 100644 --- a/internal/ap/activitystreams.go +++ b/internal/ap/activitystreams.go @@ -77,6 +77,10 @@ const ( // See https://www.w3.org/TR/activitystreams-vocabulary/#microsyntaxes // and https://www.w3.org/TR/activitystreams-vocabulary/#dfn-tag TagHashtag = "Hashtag" + + // Not in the AS spec, just used internally to indicate + // that we don't *yet* know what type of Object something is. + ObjectUnknown = "Unknown" ) // isActivity returns whether AS type name is of an Activity (NOT IntransitiveActivity). -- cgit v1.2.3