diff --git a/README.md b/README.md index 1ac01de..f94d0ab 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ Do you have ideas to improve the FEP Process? Post your suggestions to the issue | [FEP-044f: Consent-respecting quote posts](./fep/044f/fep-044f.md) | `DRAFT` | [#547](https://codeberg.org/fediverse/fep/issues/547) | 2025-04-03 | - | | [FEP-1042: Peer to Peer Fediverse Identities](./fep/1042/fep-1042.md) | `DRAFT` | [#546](https://codeberg.org/fediverse/fep/issues/546) | 2025-04-03 | - | | [FEP-4f05: Soft Deletion](./fep/4f05/fep-4f05.md) | `DRAFT` | [#554](https://codeberg.org/fediverse/fep/issues/554) | 2025-04-15 | - | +| [FEP-8a8e: A common approach to using the Event object type](./fep/8a8e/fep-8a8e.md) | `DRAFT` | [#565](https://codeberg.org/fediverse/fep/issues/565) | 2025-04-23 | - | ## License diff --git a/fep/8a8e/fep-8a8e.md b/fep/8a8e/fep-8a8e.md index 810f932..091ec2c 100644 --- a/fep/8a8e/fep-8a8e.md +++ b/fep/8a8e/fep-8a8e.md @@ -2,8 +2,9 @@ slug: "8a8e" authors: André Menrath , les status: DRAFT -dateReceived: 2025-04-23 discussionsTo: https://socialhub.activitypub.rocks/t/events-interoperability-validation-minimum-requirements-common-extensions/3849/ +dateReceived: 2025-04-23 +trackingIssue: https://codeberg.org/fediverse/fep/issues/565 --- # FEP-8a8e: A common approach to using the Event object type diff --git a/index.json b/index.json index cfed658..c217ed3 100644 --- a/index.json +++ b/index.json @@ -920,5 +920,14 @@ "dateReceived": "2025-04-15", "trackingIssue": "https://codeberg.org/fediverse/fep/issues/554", "title": "Soft Deletion" + }, + { + "slug": "8a8e", + "authors": "Andr\u00e9 Menrath , les ", + "status": "DRAFT", + "discussionsTo": "https://socialhub.activitypub.rocks/t/events-interoperability-validation-minimum-requirements-common-extensions/3849/", + "dateReceived": "2025-04-23", + "trackingIssue": "https://codeberg.org/fediverse/fep/issues/565", + "title": "A common approach to using the Event object type" } ] \ No newline at end of file