mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Split types and typings
This commit is contained in:
parent
d6d951ddc0
commit
26d6bf6533
175 changed files with 208 additions and 206 deletions
|
@ -3,7 +3,7 @@ import { getActorFollowAcceptActivityPubUrl, getActorFollowActivityPubUrl } from
|
|||
import { unicastTo } from './utils'
|
||||
import { buildFollowActivity } from './send-follow'
|
||||
import { logger } from '../../../helpers/logger'
|
||||
import { MActor, MActorFollowActors } from '../../../typings/models'
|
||||
import { MActor, MActorFollowActors } from '../../../types/models'
|
||||
|
||||
function sendAccept (actorFollow: MActorFollowActors) {
|
||||
const follower = actorFollow.ActorFollower
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue