mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2025-04-20 01:26:43 +00:00
use original url for nodeinfo software repo
This commit is contained in:
parent
448b19d0c7
commit
2ae6f1ee6c
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ async def handle_nodeinfo(app: Application, request: Request, niversion: str) ->
|
|||
protocols = ["activitypub"],
|
||||
open_regs = not conn.get_config("whitelist-enabled"),
|
||||
users = 1,
|
||||
repo = "https://codeberg.org/barkshark/activityrelay" if niversion == "2.1" else None,
|
||||
repo = "https://git.pleroma.social/pleroma/relay" if niversion == "2.1" else None,
|
||||
metadata = {
|
||||
"approval_required": conn.get_config("approval-required"),
|
||||
"peers": [inbox["domain"] for inbox in inboxes]
|
||||
|
|
Loading…
Reference in a new issue