WIP Nostr links
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user