From eafb99dad4639820adc114bfba57e1fff1e0e53f Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Tue, 15 Jan 2019 21:00:23 +0100 Subject: [PATCH] Update content/en/development/activitypub.md --- content/en/development/activitypub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/development/activitypub.md b/content/en/development/activitypub.md index bf1977da..ab8ab3e8 100644 --- a/content/en/development/activitypub.md +++ b/content/en/development/activitypub.md @@ -17,7 +17,7 @@ menu: - All object IDs must use the `https://` schema. - Servers must offer a [WebFinger](https://tools.ietf.org/html/rfc7033) endpoint for turning usernames into actors. -- Only `Application`, `Group`, `Organization`, `Person`, and `Service` are considered valid types for actors. +- `Application`, `Group`, `Organization`, `Person`, `Service` are considered valid types for actors. - Activities attributed to an actor must have an ID on the same host as the actor. ## Activities