1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00
This commit is contained in:
Chocobozzz 2018-01-08 10:46:41 +01:00
parent 76d36e0b35
commit 28832412d1
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 1 additions and 2 deletions

View file

@ -13,7 +13,6 @@ import { VideoModel } from '../../../models/video/video'
import { VideoAbuseModel } from '../../../models/video/video-abuse'
import { VideoCommentModel } from '../../../models/video/video-comment'
import { VideoFileModel } from '../../../models/video/video-file'
import { VideoShareModel } from '../../../models/video/video-share'
import { getOrCreateActorAndServerAndModel } from '../actor'
import { forwardActivity, getActorsInvolvedInVideo } from '../send/misc'
import { generateThumbnailFromUrl } from '../videos'