Show list of linked articles on profile page
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user