]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/account/account.model.ts
Fix typo in embed
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / account / account.model.ts
index dffca783b159f94500e5055aee1ad948904087ee..0bdc76478264fc3743fd249df37e048f2b38e162 100644 (file)
@@ -8,6 +8,7 @@ export class Account implements ServerAccount {
   url: string
   name: string
   displayName: string
+  description: string
   host: string
   followingCount: number
   followersCount: number