1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Propagate old comment on new follow

This commit is contained in:
Chocobozzz 2017-12-28 11:16:08 +01:00
parent f40bbe3146
commit da854ddd50
No known key found for this signature in database
GPG key ID: 583A612D890159BE
78 changed files with 386 additions and 307 deletions

View file

@ -1,7 +1,7 @@
import { Transaction } from 'sequelize'
import { ActivityAudience, ActivityCreate } from '../../../../shared/models/activitypub'
import { VideoPrivacy } from '../../../../shared/models/videos'
import { getServerActor } from '../../../helpers'
import { getServerActor } from '../../../helpers/utils'
import { ActorModel } from '../../../models/activitypub/actor'
import { VideoModel } from '../../../models/video/video'
import { VideoAbuseModel } from '../../../models/video/video-abuse'