mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-15 04:59:42 +03:00
Post delete
This commit is contained in:
@@ -37,4 +37,7 @@ export class Post {
|
||||
|
||||
@Column({ nullable: true })
|
||||
public message_entities?: string;
|
||||
|
||||
@Column({ default: false })
|
||||
public deleted: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user