[feature] Distribute + ingest Accepts to followers (#3404)

This commit is contained in:
tobi
2024-10-08 10:51:13 +02:00
committed by GitHub
parent 99f535f99b
commit 1e421cb912
9 changed files with 607 additions and 250 deletions

View File

@ -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).