]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/admin/friends/shared/friend.model.ts
Pod URL -> pod host. HTTPS is required to make friends.
[github/Chocobozzz/PeerTube.git] / client / src / app / admin / friends / shared / friend.model.ts
index 847eb9c9c113dabb06b516151b0291ee57ae5fae..3c23feebca7fce795a4b690a7022e9b0ff321816 100644 (file)
@@ -1,3 +1,6 @@
 export interface Friend {
-  url: string;
+  id: string;
+  host: string;
+  score: number;
+  createdDate: Date;
 }