diff --git a/README.md b/README.md index 0f47549..f1f8520 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ Do you have ideas to improve the FEP Process? Post your suggestions to the issue | [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 | - | | [FEP-82f6: Actor statuses](./fep/82f6/fep-82f6.md) | `DRAFT` | [#600](https://codeberg.org/fediverse/fep/issues/600) | 2025-05-12 | - | | [FEP-844e: Capability discovery](./fep/844e/fep-844e.md) | `DRAFT` | [#624](https://codeberg.org/fediverse/fep/issues/624) | 2025-06-14 | - | +| [FEP-b06c: ActivityPoll](./fep/b06c/fep-b06c.md) | `DRAFT` | [#638](https://codeberg.org/fediverse/fep/issues/638) | 2025-06-25 | - | ## License diff --git a/fep/b06c/fep-b06c.md b/fep/b06c/fep-b06c.md index 91c7855..8c39699 100644 --- a/fep/b06c/fep-b06c.md +++ b/fep/b06c/fep-b06c.md @@ -2,8 +2,9 @@ slug: "b06c" authors: Evan Prodromou status: DRAFT -dateReceived: 2025-06-25 discussionsTo: https://codeberg.org/evanp/fep/issues +dateReceived: 2025-06-25 +trackingIssue: https://codeberg.org/fediverse/fep/issues/638 --- # FEP-b06c: ActivityPoll diff --git a/index.json b/index.json index 2e518fc..d97117c 100644 --- a/index.json +++ b/index.json @@ -964,5 +964,14 @@ "dateReceived": "2025-06-14", "trackingIssue": "https://codeberg.org/fediverse/fep/issues/624", "title": "Capability discovery" + }, + { + "slug": "b06c", + "authors": "Evan Prodromou ", + "status": "DRAFT", + "discussionsTo": "https://codeberg.org/evanp/fep/issues", + "dateReceived": "2025-06-25", + "trackingIssue": "https://codeberg.org/fediverse/fep/issues/638", + "title": "ActivityPoll" } ] \ No newline at end of file