mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-14 20:49:42 +03:00
Added message/caption entities
This commit is contained in:
@@ -34,4 +34,7 @@ export class Post {
|
||||
|
||||
@OneToMany(() => Image, (image) => image.post)
|
||||
public images: Image[];
|
||||
|
||||
@Column({ nullable: true })
|
||||
public message_entities?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user