FEP-34ec: Notification Collection Endpoint
-
This FEP defines a standardized notification collection for ActivityPub actors. A new notifications property under endpoints (ActivityPub §5.7) provides an OrderedCollection containing Notification objects that inform the actor about relevant activities.
Unlike the inbox, which receives raw activities, the notification collection holds server-generated notification objects. Notifications only exist within the collection — read notifications are removed. Batch removal is supported via FEP-db70 (RemoveAll) with optional FEP-34c1 filtering.
Full text: //codeberg.org/fediverse/fep/src/branch/main/fep/34ec/fep-34ec.md
-
This FEP defines a standardized notification collection for ActivityPub actors. A new notifications property under endpoints (ActivityPub §5.7) provides an OrderedCollection containing Notification objects that inform the actor about relevant activities.
Unlike the inbox, which receives raw activities, the notification collection holds server-generated notification objects. Notifications only exist within the collection — read notifications are removed. Batch removal is supported via FEP-db70 (RemoveAll) with optional FEP-34c1 filtering.
Full text: //codeberg.org/fediverse/fep/src/branch/main/fep/34ec/fep-34ec.md
What is a "notification object"?
Wouldn't this fall outside the scope of AP? Is this a C2S specific route?