mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Add ability to remove an instance follower in API
This commit is contained in:
parent
ae9bbed46d
commit
0e9c48c2ed
8 changed files with 202 additions and 11 deletions
|
@ -1,8 +1,10 @@
|
|||
export * from './send-accept'
|
||||
export * from './send-accept'
|
||||
export * from './send-announce'
|
||||
export * from './send-create'
|
||||
export * from './send-delete'
|
||||
export * from './send-follow'
|
||||
export * from './send-like'
|
||||
export * from './send-reject'
|
||||
export * from './send-undo'
|
||||
export * from './send-update'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue