diff --git a/README.md b/README.md index 87a90cd..8368096 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,7 @@ Do you have ideas to improve the FEP Process? Post your suggestions to the issue | [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 | - | +| [FEP-0151: NodeInfo in Fediverse Software (2025 edition)](./fep/0151/fep-0151.md) | `DRAFT` | [#599](https://codeberg.org/fediverse/fep/issues/599) | 2025-05-12 | - | ## License diff --git a/fep/0151/fep-0151.md b/fep/0151/fep-0151.md index 1ebb83a..4168f3d 100644 --- a/fep/0151/fep-0151.md +++ b/fep/0151/fep-0151.md @@ -3,8 +3,9 @@ slug: "0151" authors: silverpill <@silverpill@mitra.social> type: implementation status: DRAFT -dateReceived: 2025-05-12 discussionsTo: https://codeberg.org/silverpill/feps/issues +dateReceived: 2025-05-12 +trackingIssue: https://codeberg.org/fediverse/fep/issues/599 --- # FEP-0151: NodeInfo in Fediverse Software (2025 edition) diff --git a/index.json b/index.json index 3e5ec12..963dd2e 100644 --- a/index.json +++ b/index.json @@ -931,5 +931,15 @@ "dateReceived": "2025-04-23", "trackingIssue": "https://codeberg.org/fediverse/fep/issues/565", "title": "A common approach to using the Event object type" + }, + { + "slug": "0151", + "authors": "silverpill <@silverpill@mitra.social>", + "type": "implementation", + "status": "DRAFT", + "discussionsTo": "https://codeberg.org/silverpill/feps/issues", + "dateReceived": "2025-05-12", + "trackingIssue": "https://codeberg.org/fediverse/fep/issues/599", + "title": "NodeInfo in Fediverse Software (2025 edition)" } ] \ No newline at end of file