Federation — visible federated reply
nitpub speaks ActivityPub; remote replies are moderated by default.
- Discoverability — From another Fediverse client, resolve
@actor@YOUR_DOMAIN(exact handle from config), not a fuzzy search. - Optional preflight —
DOMAIN=YOUR_DOMAIN ACTOR=youractor bash scripts/federation-interop-preflight.sh - Follow — Follow the nitpub actor from a Mastodon (or compatible) account you control.
- Publish with federation — Keep cross-post enabled (install gate default, or Admin → Federation). Publish a note from
/author/composeso followers receive it. - Reply from Mastodon — Reply publicly to that post from your Mastodon account.
- Make the reply visible — By default inbound replies are pending:
- Open Admin → Moderation and approve the reply, or
- Trust the remote actor, or
- Turn moderation off in Admin → Federation (
moderation_enabled = false)
- Confirm — Open the permalink
/p/<slug>#repliesand check the reply is shown.
Full checklist and inspect scripts: federation-interop.md. Ops notes: deploy/README.md.