[Chat] Add chat invite as message embed type (#10728)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user