From 4cb6d4578893db310297d7e118ce2fb7ecb952a3 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 4 Jan 2018 11:19:16 +0100 Subject: Add ability to delete comments --- shared/models/actors/account.model.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'shared/models/actors/account.model.ts') diff --git a/shared/models/actors/account.model.ts b/shared/models/actors/account.model.ts index ef6fca539..e4dbc81e5 100644 --- a/shared/models/actors/account.model.ts +++ b/shared/models/actors/account.model.ts @@ -3,6 +3,7 @@ import { Avatar } from '../avatars/avatar.model' export interface Account { id: number uuid: string + url: string name: string displayName: string host: string -- cgit v1.2.3