feat: Add chat embeds v1
Youtube and Website metadata embeds
This commit is contained in:
@@ -35,4 +35,7 @@ export class MessageEntity {
|
||||
|
||||
@Column('text', { nullable: true })
|
||||
replyToId!: string | null;
|
||||
|
||||
@Column('text', { nullable: true })
|
||||
linkMetadata!: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user