mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Split files in activitypub server
This commit is contained in:
parent
16f29007dc
commit
e251f170b0
19 changed files with 133 additions and 136 deletions
|
@ -2,7 +2,7 @@ import { ActivityFollow } from '../../../../shared/models/activitypub'
|
|||
import { ActorModel } from '../../../models/activitypub/actor'
|
||||
import { ActorFollowModel } from '../../../models/activitypub/actor-follow'
|
||||
import { getActorFollowActivityPubUrl } from '../url'
|
||||
import { unicastTo } from './misc'
|
||||
import { unicastTo } from './utils'
|
||||
|
||||
function sendFollow (actorFollow: ActorFollowModel) {
|
||||
const me = actorFollow.ActorFollower
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue