diff --git a/lib/routes/lemmy/index.ts b/lib/routes/lemmy/index.ts index 7b593c4a6cf819..cd2c240db50276 100644 --- a/lib/routes/lemmy/index.ts +++ b/lib/routes/lemmy/index.ts @@ -44,7 +44,7 @@ export const route: Route = { requireConfig: [ { name: 'ALLOW_USER_SUPPLY_UNSAFE_DOMAIN', - description: 'Allow user to supply unsafe domain', + description: '', }, ], requirePuppeteer: false, diff --git a/lib/routes/lemmy/namespace.ts b/lib/routes/lemmy/namespace.ts index 7bf2dc3dbf4287..f505b2ae0205fd 100644 --- a/lib/routes/lemmy/namespace.ts +++ b/lib/routes/lemmy/namespace.ts @@ -2,4 +2,5 @@ import type { Namespace } from '@/types'; export const namespace: Namespace = { name: 'Lemmy', + url: 'https://join-lemmy.org/', };