mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Fix incorrect IDs in AP federation
This commit is contained in:
parent
3fba4b6bce
commit
de94ac86a2
34 changed files with 281 additions and 236 deletions
|
@ -165,7 +165,7 @@ async function removeFollowing (req: express.Request, res: express.Response) {
|
|||
async function removeOrRejectFollower (req: express.Request, res: express.Response) {
|
||||
const follow = res.locals.follow
|
||||
|
||||
await sendReject(follow.ActorFollower, follow.ActorFollowing)
|
||||
await sendReject(follow.url, follow.ActorFollower, follow.ActorFollowing)
|
||||
|
||||
await follow.destroy()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue