From c0f441a940e51937d98302eb8b1804cd503c844e Mon Sep 17 00:00:00 2001 From: silverpill Date: Sat, 28 Feb 2026 16:10:33 +0000 Subject: [PATCH] Deploying from 2cf85de4033821d6547a156bbecfa2b30b7883f5 [SKIP CI] --- draft/index.html | 2 +- fep/fc48/index.html | 6 +- search/search_index.json | 2 +- sitemap.xml | 314 +++++++++++++++++++-------------------- sitemap.xml.gz | Bin 1076 -> 1076 bytes 5 files changed, 163 insertions(+), 161 deletions(-) diff --git a/draft/index.html b/draft/index.html index 6755c17..e818b23 100644 --- a/draft/index.html +++ b/draft/index.html @@ -1157,7 +1157,7 @@ FEP-fc48: Generic ActivityPub server codeberg -- +#769 Discussions 2026-02-27 diff --git a/fep/fc48/index.html b/fep/fc48/index.html index 7c142fa..986b920 100644 --- a/fep/fc48/index.html +++ b/fep/fc48/index.html @@ -570,6 +570,7 @@ Status Type Date received +Tracking issue Discussions Repository @@ -580,6 +581,7 @@ DRAFT implementation 2026-02-27 +#769 Discussions codeberg @@ -604,10 +606,10 @@
  • Reject
  • A generic server SHOULD support other activity types defined in the ActivityPub specification.

    -

    Other activities MUST NOT have side-effects. Any additional operations, such as collection updates, MUST be specified using the result property or sent as separate activities.

    +

    Other activities MUST NOT have implicit side-effects. Any side-effects, such as collection updates, MUST be specified by clients as additional activities. Clients can embed them into an activity using the result property, or send them as separate activities.

    Managing collections

    A generic server MUST automatically create inbox, outbox and other actor collections defined in the ActivityPub specification after registering an actor.

    -

    A generic server MUST create the collection specified in target property when a client publishes Add or Move activity. To create an empty collection, clients can publish an Add activity without object.

    +

    Other collections MUST be created by clients using Create activities where object is an empty collection.

    References