]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/actors/account.model.ts
Add ability to delete comments
[github/Chocobozzz/PeerTube.git] / shared / models / actors / account.model.ts
index d1470131722a048ffd60fdbf9e51ee619ec9bf27..e4dbc81e5a8d9385d3a91f4b8531ca67c24c389c 100644 (file)
@@ -3,7 +3,9 @@ import { Avatar } from '../avatars/avatar.model'
 export interface Account {
   id: number
   uuid: string
+  url: string
   name: string
+  displayName: string
   host: string
   followingCount: number
   followersCount: number