I am trying to publish a post to https://relay.fedi.buzz using the Announce activity (LitePub relay protocol / #79 / 38f5b2c). The server responds with status 202, but the hashtag actor doesn't Announce the post back to my actor.
Example of activity:
{"@context":["https://www.w3.org/ns/activitystreams","https://w3id.org/security/v1","https://w3id.org/security/data-integrity/v2",{"Emoji":"toot:Emoji","EmojiReact":"litepub:EmojiReact","Hashtag":"as:Hashtag","litepub":"http://litepub.social/ns#","sensitive":"as:sensitive","toot":"http://joinmastodon.org/ns#"}],"actor":"https://mitra.social/users/silverpill","cc":[],"id":"https://mitra.social/activities/announce/019c86d8-872e-4d55-8372-d982d98ee39e","object":"https://mitra.social/objects/019c76c5-cacd-e227-e739-24c2420f71e6","published":"2026-02-22T19:34:23.291471438Z","to":["https://relay.fedi.buzz/tag/activitypub"],"type":"Announce"}
The post has #activitypub hashtag. Activity is delivered to https://relay.fedi.buzz/tag/activitypub inbox.
I am trying to publish a post to https://relay.fedi.buzz using the
Announceactivity (LitePub relay protocol / #79 / 38f5b2c). The server responds with status 202, but the hashtag actor doesn'tAnnouncethe post back to my actor.Example of activity:
{"@context":["https://www.w3.org/ns/activitystreams","https://w3id.org/security/v1","https://w3id.org/security/data-integrity/v2",{"Emoji":"toot:Emoji","EmojiReact":"litepub:EmojiReact","Hashtag":"as:Hashtag","litepub":"http://litepub.social/ns#","sensitive":"as:sensitive","toot":"http://joinmastodon.org/ns#"}],"actor":"https://mitra.social/users/silverpill","cc":[],"id":"https://mitra.social/activities/announce/019c86d8-872e-4d55-8372-d982d98ee39e","object":"https://mitra.social/objects/019c76c5-cacd-e227-e739-24c2420f71e6","published":"2026-02-22T19:34:23.291471438Z","to":["https://relay.fedi.buzz/tag/activitypub"],"type":"Announce"}The post has
#activitypubhashtag. Activity is delivered tohttps://relay.fedi.buzz/tag/activitypubinbox.