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