diff --git a/src/views/mastodon/statuses.ts b/src/views/mastodon/statuses.ts index c743e8b..d00759d 100644 --- a/src/views/mastodon/statuses.ts +++ b/src/views/mastodon/statuses.ts @@ -41,7 +41,7 @@ async function renderStatus(event: DittoEvent, opts: RenderStatusOpts): Promise< ]; 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);