From 0fac86a384565e4276904b386a7ddd23b199fbdd Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Fri, 5 Jan 2024 16:42:57 +0100 Subject: [PATCH] update to new star activity --- docs/unsure-where-to-put/blog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/unsure-where-to-put/blog.md b/docs/unsure-where-to-put/blog.md index 456c48f157..f66414aa61 100644 --- a/docs/unsure-where-to-put/blog.md +++ b/docs/unsure-where-to-put/blog.md @@ -26,3 +26,15 @@ Hey, we ar on our way to implement federated stars. We created a test instance t 5. Press execute & visit again the repo (https://federated-repo.prod.meissa.de/buero/star-me) and enjoy your star :-) ![find-your-new-star](find-your-new-star.png) At the moment we discuss threats arising by this feature. If you are interested we will be happy to get your 2 cents here: https://codeberg.org/forgejo/forgejo/issues/1854 + +# 2024-01 Federated staring with Like Activity + + + ``` + { + "id": "https://federated-repo.prod.meissa.de/api/v1/activitypub/user-id/1/outbox/12", + "type": "Like", + "actor": "https://federated-repo.prod.meissa.de/api/v1/activitypub/user-id/12", + "object": "https://federated-repo.prod.meissa.de/api/v1/activitypub/repository-id/1" + } + ```