X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Factors%2Faccount.model.ts;h=7f1dbbc37755e0392201da5219a40f19bda25e44;hb=28f3d1b36a70426795240c9370e47b6c4ba847f8;hp=e1117486dd9e55f2d5b5f99bd73ed2c58ff7dbde;hpb=2422c46b27790d94fd29a7092170cee5a1b56008;p=github%2FChocobozzz%2FPeerTube.git 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 }