Show list of linked articles on profile page

This commit is contained in:
2024-10-21 00:06:15 +02:00
parent e14adffbc8
commit 18f3e888a6
8 changed files with 93 additions and 32 deletions

View File

@@ -3,7 +3,7 @@ import { nip19 } from "@nostr/tools";
import { log } from "../log.ts";
import { lookupUsernameByPubkey } from "../ldap.ts";
import { fetchProfileEvent } from "../nostr.ts";
import { profilePageHtml } from "../html.ts"
import { profilePageHtml } from "../html.ts";
const npubHandler = async function (ctx: Context) {
const { request } = ctx;