summaryrefslogtreecommitdiffstats
path: root/ui/src/interfaces.ts
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-03-05 15:10:46 -0500
committerDessalines <tyhou13@gmx.com>2020-03-05 15:10:46 -0500
commit858366c57b959c0b2bc6e2a43ca194084a1ff0d8 (patch)
tree8586bd9ed92d9f62f9e69251e264b738e6c166a6 /ui/src/interfaces.ts
parent25fa97a20af8ef244bc5e934670a3a81a4eff589 (diff)
Proper comment-node depth coloring.
Diffstat (limited to 'ui/src/interfaces.ts')
-rw-r--r--ui/src/interfaces.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/interfaces.ts b/ui/src/interfaces.ts
index 5baadb17..eb58ca11 100644
--- a/ui/src/interfaces.ts
+++ b/ui/src/interfaces.ts
@@ -208,6 +208,7 @@ export interface Comment {
saved?: boolean;
user_mention_id?: number; // For mention type
recipient_id?: number;
+ depth?: number;
}
export interface Category {