mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Fix cc field in classic audience
This commit is contained in:
parent
ad9e39fb81
commit
16f29007dc
4 changed files with 21 additions and 28 deletions
|
@ -2,7 +2,7 @@ import { ActivityAccept } from '../../../../shared/models/activitypub'
|
|||
import { getActorUrl } from '../../../helpers/activitypub'
|
||||
import { ActorModel } from '../../../models/activitypub/actor'
|
||||
import { ActorFollowModel } from '../../../models/activitypub/actor-follow'
|
||||
import { addFetchOutboxJob } from '../fetch'
|
||||
import { addFetchOutboxJob } from '../actor'
|
||||
|
||||
async function processAcceptActivity (activity: ActivityAccept, inboxActor?: ActorModel) {
|
||||
if (inboxActor === undefined) throw new Error('Need to accept on explicit inbox.')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue