]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/actors/account.model.ts
Begin to add avatar to actors
[github/Chocobozzz/PeerTube.git] / shared / models / actors / account.model.ts
index d1470131722a048ffd60fdbf9e51ee619ec9bf27..ef6fca53919c847a67cf334dd511669a348097ba 100644 (file)
@@ -4,6 +4,7 @@ export interface Account {
   id: number
   uuid: string
   name: string
+  displayName: string
   host: string
   followingCount: number
   followersCount: number