diff --git a/README.md b/README.md index 46d27aa..6983345 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,7 @@ Do you have ideas to improve the FEP Process? Post your suggestions to the issue | [FEP-5219: Groups and permissions](./fep/5219/fep-5219.md) | `DRAFT` | [#860](https://codeberg.org/fediverse/fep/issues/860) | 2026-06-11 | - | | [FEP-7aa9: Featuring recommendations using a dedicated collection](./fep/7aa9/fep-7aa9.md) | `DRAFT` | [#862](https://codeberg.org/fediverse/fep/issues/862) | 2026-06-12 | - | | [FEP-8c13: Context-Authority Routing with Object Integrity Proofs for Restricted Threads](./fep/8c13/fep-8c13.md) | `DRAFT` | [#870](https://codeberg.org/fediverse/fep/issues/870) | 2026-06-27 | - | +| [FEP-4772: Representing bookmarks](./fep/4772/fep-4772.md) | `DRAFT` | [#877](https://codeberg.org/fediverse/fep/issues/877) | 2026-07-04 | - | ## License diff --git a/fep/4772/fep-4772.md b/fep/4772/fep-4772.md index 2507591..7043757 100644 --- a/fep/4772/fep-4772.md +++ b/fep/4772/fep-4772.md @@ -2,8 +2,9 @@ slug: "4772" authors: Timur Ismagilov status: DRAFT -dateReceived: 2026-07-04 discussionsTo: https://socialhub.activitypub.rocks/t/fep-4772-representing-bookmarks/8805 +dateReceived: 2026-07-04 +trackingIssue: https://codeberg.org/fediverse/fep/issues/877 --- # FEP-4772: Representing bookmarks diff --git a/index.json b/index.json index 36f3655..47fcc8b 100644 --- a/index.json +++ b/index.json @@ -1403,5 +1403,15 @@ "trackingIssue": "https://codeberg.org/fediverse/fep/issues/870", "title": "Context-Authority Routing with Object Integrity Proofs for Restricted Threads", "implementations": 0 + }, + { + "slug": "4772", + "authors": "Timur Ismagilov ", + "status": "DRAFT", + "discussionsTo": "https://socialhub.activitypub.rocks/t/fep-4772-representing-bookmarks/8805", + "dateReceived": "2026-07-04", + "trackingIssue": "https://codeberg.org/fediverse/fep/issues/877", + "title": "Representing bookmarks", + "implementations": 0 } ] \ No newline at end of file