Fix mentions

This commit is contained in:
Alex Gleason 2024-05-13 18:50:20 -05:00
parent 2140b3fbb2
commit cc9d2efef9
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ async function renderStatus(event: DittoEvent, opts: RenderStatusOpts): Promise<
]; ];
const mentionedProfiles = await Storages.optimizer.query( const mentionedProfiles = await Storages.optimizer.query(
[{ authors: mentionedPubkeys, limit: mentionedPubkeys.length }], [{ kinds: [0], authors: mentionedPubkeys, limit: mentionedPubkeys.length }],
); );
const { html, links, firstUrl } = parseNoteContent(event.content); const { html, links, firstUrl } = parseNoteContent(event.content);