From 79bd2632d62f2f600d663815fcc00a01ca981aa1 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 5 Oct 2018 16:56:14 +0200 Subject: Add user moderation in the account page --- shared/models/actors/account.model.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shared') diff --git a/shared/models/actors/account.model.ts b/shared/models/actors/account.model.ts index e1117486d..7f1dbbc37 100644 --- a/shared/models/actors/account.model.ts +++ b/shared/models/actors/account.model.ts @@ -3,4 +3,6 @@ import { Actor } from './actor.model' export interface Account extends Actor { displayName: string description: string + + userId?: number } -- cgit v1.2.3