Proper LinkType

This commit is contained in:
Marius Orcsik 2018-06-07 17:46:34 +02:00
parent 4d896fc154
commit 2c2e1c9f2f
No known key found for this signature in database
GPG key ID: 889CE8E4FB2D877A

View file

@ -24,7 +24,7 @@ const (
// ActivityBaseURI the basic URI for the activity streams namespaces
ActivityBaseURI URI = URI("https://www.w3.org/ns/activitystreams#")
ObjectType ActivityVocabularyType = "ActivityPubObject"
LinkType ActivityVocabularyType = "GetLink"
LinkType ActivityVocabularyType = "Link"
ActivityType ActivityVocabularyType = "Activity"
IntransitiveActivityType ActivityVocabularyType = "IntransitiveActivity"
ActorType ActivityVocabularyType = "Actor"