From 4f3400e5945345589ffdc850bc0dcf50a5c1ec86 Mon Sep 17 00:00:00 2001 From: Vyrtsev Mikhail Date: Sun, 29 Sep 2019 23:40:05 +0300 Subject: [PATCH] update Comment type --- frontend/app/common/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/app/common/types.ts b/frontend/app/common/types.ts index 66f181e6..e55684a7 100644 --- a/frontend/app/common/types.ts +++ b/frontend/app/common/types.ts @@ -44,6 +44,7 @@ export interface Comment { locator: Locator; /** comment score, read only */ score: number; + voted_ips: { Timestamp: string; Value: boolean }[]; /** * vote delta, * if user hasn't voted delta will be 0,