1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-11 09:32:51 +00:00

client - block quote - adjusted markdown editor styling

This commit is contained in:
2018-01-15 22:57:17 -06:00
parent 36c1c03677
commit 744874ce4f
6 changed files with 147 additions and 54 deletions

View File

@@ -5,7 +5,7 @@ export interface ReplyModel {
edited: boolean;
id: number;
inserted_at: string;
quote: boolean;
quote_id: number;
thread_id: number;
updated_at: string;
user_id: number;