Add ability to remove an instance follower in API
authorChocobozzz <me@florianbigard.com>
Mon, 8 Apr 2019 09:52:29 +0000 (11:52 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 8 Apr 2019 09:52:43 +0000 (11:52 +0200)
commit0e9c48c2edbb3871b0ca3ccd6718f2c99f9760b6
tree6ec1d1c4262811066224eff8c4a55865fdaa9d08
parentae9bbed46dbc8d9870c9feb66bbada484c1c7582
Add ability to remove an instance follower in API
server/controllers/api/server/follows.ts
server/lib/activitypub/send/index.ts
server/lib/activitypub/send/send-reject.ts [new file with mode: 0644]
server/lib/hls.ts
server/middlewares/validators/follows.ts
server/tests/api/server/follows-moderation.ts [new file with mode: 0644]
server/tests/api/server/index.ts
shared/utils/server/follows.ts