[Chat] Add chat invite as message embed type (#10728)

This commit is contained in:
Samuel Newman
2026-06-04 23:11:03 +03:00
committed by GitHub
parent 09fa93553b
commit ded2ca3744
20 changed files with 813 additions and 316 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ export const ExternalEmbedLink = ({
/>
)
} else if (data.type === 'chat-invite') {
return <JoinRequestEmbed preview={data.view} />
return <JoinRequestEmbed code={data.code} preview={data.view} />
} else if (data.kind === 'feed') {
return (
<ModeratedFeedEmbed