]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/activitypub/inbox.ts
Increase player control bar size
[github/Chocobozzz/PeerTube.git] / server / controllers / activitypub / inbox.ts
index 5995b8f3ad5e2c00ae6b643274df79e79c50d55f..66a38e05569ebe65cddb6f8b3e0cce787dc5e139 100644 (file)
@@ -1,6 +1,6 @@
 import express from 'express'
 import { InboxManager } from '@server/lib/activitypub/inbox-manager'
-import { Activity, ActivityPubCollection, ActivityPubOrderedCollection, RootActivity } from '../../../shared'
+import { Activity, ActivityPubCollection, ActivityPubOrderedCollection, RootActivity } from '@shared/models'
 import { HttpStatusCode } from '../../../shared/models/http/http-error-codes'
 import { isActivityValid } from '../../helpers/custom-validators/activitypub/activity'
 import { logger } from '../../helpers/logger'