mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-12 01:52:49 +00:00
client - admin update thread/reply for locked/hidden/sticky
This commit is contained in:
@@ -3,6 +3,7 @@ import { UserModel } from './user';
|
||||
export interface ReplyModel {
|
||||
content: string;
|
||||
edited: boolean;
|
||||
hidden: boolean;
|
||||
id: number;
|
||||
index?: number;
|
||||
inserted_at: string;
|
||||
|
||||
@@ -5,6 +5,7 @@ export interface ThreadModel {
|
||||
category_id: number;
|
||||
title: string;
|
||||
edited: boolean;
|
||||
hidden: boolean;
|
||||
id: number;
|
||||
inserted_at: string;
|
||||
last_reply: UserModel;
|
||||
|
||||
Reference in New Issue
Block a user