mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Add ability for instances to follow any actor
This commit is contained in:
parent
7f28f2ddba
commit
4d029ef8ec
45 changed files with 884 additions and 528 deletions
4
shared/models/server/server-follow-create.model.ts
Normal file
4
shared/models/server/server-follow-create.model.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export interface ServerFollowCreate {
|
||||
hosts?: string[]
|
||||
handles?: string[]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue