-
Notifications
You must be signed in to change notification settings - Fork 30
Add support for Relays #2086
Copy link
Copy link
Open
Labels
activitypubActivityPub related issuesActivityPub related issuesbackendBackend related issues and pull requestsBackend related issues and pull requestsenhancementNew feature or requestNew feature or requestfrontendVisual issues, improvements, bugs or other aspects relating mostly to the front endVisual issues, improvements, bugs or other aspects relating mostly to the front endgood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
activitypubActivityPub related issuesActivityPub related issuesbackendBackend related issues and pull requestsBackend related issues and pull requestsenhancementNew feature or requestNew feature or requestfrontendVisual issues, improvements, bugs or other aspects relating mostly to the front endVisual issues, improvements, bugs or other aspects relating mostly to the front endgood first issueGood for newcomersGood for newcomers
Is your feature request related to a problem? Please describe.
Relays are special nodes in the Fediverse which broadcast all received activities with the goal to make content available an as many instances as possible. This is especially useful on the Mastodon-like side of the Fediverse, as they don't have communities and Hashtags don't federate very effectively.
Describe the solution you'd like
A new page in the admin-panel where a server admin can add the inbox-URL of relays. These inboxes will then get added to the "to be delivered to" inboxes for every outgoing activity.
Describe alternatives you've considered
None.
Additional context
I came up with this feature when reading about Tags.pub, as this service also offers a relay (beside the way that users manually subscribe a refollow-bot).