diff --git a/README.md b/README.md index 522da9b..5fb84d4 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,7 @@ Do you have ideas to improve the FEP Process? Post your suggestions to the issue | [FEP-a427: Server Domain Migration](./fep/a427/fep-a427.md) | `DRAFT` | [#767](https://codeberg.org/fediverse/fep/issues/767) | 2026-02-25 | - | | [FEP-fc48: Generic ActivityPub server](./fep/fc48/fep-fc48.md) | `DRAFT` | [#769](https://codeberg.org/fediverse/fep/issues/769) | 2026-02-27 | - | | [FEP-3ab2: ActivityPub Event Streaming API](./fep/3ab2/fep-3ab2.md) | `DRAFT` | [#778](https://codeberg.org/fediverse/fep/issues/778) | 2026-03-14 | - | +| [FEP-34ec: Notification Collection Endpoint](./fep/34ec/fep-34ec.md) | `DRAFT` | [#782](https://codeberg.org/fediverse/fep/issues/782) | 2026-03-15 | - | ## License diff --git a/fep/34ec/fep-34ec.md b/fep/34ec/fep-34ec.md index 647d397..b196ebe 100644 --- a/fep/34ec/fep-34ec.md +++ b/fep/34ec/fep-34ec.md @@ -2,8 +2,9 @@ slug: "34ec" authors: Fred Hauschel <@naturzukunft2026@mastodon.social> status: DRAFT -dateReceived: 2026-03-15 discussionsTo: https://socialhub.activitypub.rocks/t/fep-34ec-notification-collection-endpoint/8568 +dateReceived: 2026-03-15 +trackingIssue: https://codeberg.org/fediverse/fep/issues/782 --- # FEP-34ec: Notification Collection Endpoint diff --git a/index.json b/index.json index b9285c2..cc10c13 100644 --- a/index.json +++ b/index.json @@ -1217,5 +1217,15 @@ "trackingIssue": "https://codeberg.org/fediverse/fep/issues/778", "title": "ActivityPub Event Streaming API", "implementations": 0 + }, + { + "slug": "34ec", + "authors": "Fred Hauschel <@naturzukunft2026@mastodon.social>", + "status": "DRAFT", + "discussionsTo": "https://socialhub.activitypub.rocks/t/fep-34ec-notification-collection-endpoint/8568", + "dateReceived": "2026-03-15", + "trackingIssue": "https://codeberg.org/fediverse/fep/issues/782", + "title": "Notification Collection Endpoint", + "implementations": 0 } ] \ No newline at end of file