Can mark a comment as the answer, some layout changes
This commit is contained in:
@@ -261,10 +261,11 @@ export interface ForumPost {
|
||||
content: string;
|
||||
authorId: string;
|
||||
category: "item_request" | "technical_support" | "community_resources" | "general_discussion";
|
||||
status: "open" | "solved" | "closed";
|
||||
status: "open" | "answered" | "closed";
|
||||
viewCount: number;
|
||||
commentCount: number;
|
||||
isPinned: boolean;
|
||||
acceptedAnswerId?: string;
|
||||
author?: User;
|
||||
tags?: PostTag[];
|
||||
comments?: ForumComment[];
|
||||
|
||||
Reference in New Issue
Block a user