handling closing posts
This commit is contained in:
@@ -271,6 +271,9 @@ export interface ForumPost {
|
||||
isDeleted?: boolean;
|
||||
deletedBy?: string;
|
||||
deletedAt?: string;
|
||||
closedBy?: string;
|
||||
closedAt?: string;
|
||||
closer?: User;
|
||||
hasDeletedComments?: boolean;
|
||||
author?: User;
|
||||
tags?: PostTag[];
|
||||
|
||||
Reference in New Issue
Block a user