From f11c8dc2170504c5b3919980e2f98ce6991d43f9 Mon Sep 17 00:00:00 2001 From: "(streams)" Date: Mon, 9 Feb 2026 00:36:42 +0100 Subject: [PATCH] Provide additional implementations to fep-3b86 (#758) Co-authored-by: Mike Macgirvin Reviewed-on: https://codeberg.org/fediverse/fep/pulls/758 Co-authored-by: (streams) Co-committed-by: (streams) --- fep/3b86/fep-3b86.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fep/3b86/fep-3b86.md b/fep/3b86/fep-3b86.md index 541f7d3..ea7041c 100644 --- a/fep/3b86/fep-3b86.md +++ b/fep/3b86/fep-3b86.md @@ -715,8 +715,10 @@ Remote servers MAY also account for applications that do not publish Activity In This is a list of "home servers" that publish Activity Intent endpoints. * [Emissary](https://emissary.dev) publishes `Create`, `Follow`, and `Like` intents. +* [Forte](https://codeberg.org/fortified/forte) publishes `Create` intents. * [Loops](https://joinloops.org) publishes `Follow` intents. * [PieFed](https://piefed.social) publishes `Create` intents. +* [the "streams" repository](https://codeberg.org/streams/streams) publishes `Create` intents. * [WordPress](https://wordpress.org/plugins/activitypub/) publishes `Create` and `Follow` intents * Add your name to this list and win a cookie 🍪 @@ -724,6 +726,7 @@ This is a list of "home servers" that publish Activity Intent endpoints. This is a list of client tools that allow end-users to use Activity Intents on remote websites. * [Emissary](https://emissary.dev) publishes "share" and "like" buttons +* [Forte](https://codeberg.org/fortified/forte) and also [the "streams" repository](https://codeberg.org/streams/streams) publish "wall-to-wall" post/reply buttons, as an alternative to carrying out these same operations directly on the home server using OpenWebAuth (FEP-61cf). Other interactions in progress. * Web Intents library (in progress)