WIP Nostr links

This commit is contained in:
2024-10-25 01:10:15 +02:00
parent 6ec9f51d77
commit eadc40392a
9 changed files with 82 additions and 23 deletions

View File

@@ -27,7 +27,7 @@ const userEventHandler = async function (ctx: Context) {
if (articleEvent && profileEvent) {
const article = new Article(articleEvent);
const profile = new Profile(profileEvent, username);
const html = articleHtml(article, profile);
const html = await articleHtml(article, profile);
generateOgProfileImage(profile);
ctx.response.body = html;