diff --git a/src/timelines/toots/TootContent.tsx b/src/timelines/toots/TootContent.tsx index 2960794..956ff45 100644 --- a/src/timelines/toots/TootContent.tsx +++ b/src/timelines/toots/TootContent.tsx @@ -17,7 +17,7 @@ function preventDefault(event: Event) { event.preventDefault(); } -export type TootContentProps = JSX.HTMLAttributes & { +export type TootContentProps = JSX.HTMLAttributes & { source?: string; emojis?: mastodon.v1.CustomEmoji[]; mentions: mastodon.v1.StatusMention[]; @@ -58,7 +58,7 @@ const TootContent: Component = (oprops) => { }; return ( -
{ createRenderEffect(() => { const finder = clientFinder(); @@ -104,7 +104,7 @@ const TootContent: Component = (oprops) => { } >
- + ); };