diff --git a/app/lnurlp/[username]/route.ts b/app/lnurlp/[username]/route.ts index 43dd6858..97359882 100644 --- a/app/lnurlp/[username]/route.ts +++ b/app/lnurlp/[username]/route.ts @@ -10,6 +10,8 @@ import { } from "../../../lib/graphql/generated" import { client } from "./graphql" +const COMMENT_SIZE = 2000 // 2000 characters max for GET + const nostrEnabled = !!NOSTR_PUBKEY export async function GET( @@ -88,6 +90,7 @@ export async function GET( minSendable, maxSendable, metadata, + commentAllowed: COMMENT_SIZE, tag: "payRequest", ...(nostrEnabled ? {