1
0
Fork 0
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:
Chocobozzz 2019-04-08 11:52:29 +02:00
parent ae9bbed46d
commit 0e9c48c2ed
No known key found for this signature in database
GPG key ID: 583A612D890159BE
8 changed files with 202 additions and 11 deletions

View file

@ -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'