]> 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 7cb28f44064be81db58c1a3edb323e1a4704cf68..3c23feebca7fce795a4b690a7022e9b0ff321816 100644 (file)
@@ -1,6 +1,6 @@
 export interface Friend {
   id: string;
-  url: string;
+  host: string;
   score: number;
   createdDate: Date;
 }