]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/helpers/webfinger.ts
Translated using Weblate (Russian)
[github/Chocobozzz/PeerTube.git] / server / helpers / webfinger.ts
index 5443a266b0087de6587659cdb30b493b1b6efa9b..da7e880778a07e03abaebe93369f1e395dcfd466 100644 (file)
@@ -4,7 +4,7 @@ import { ActorModel } from '../models/activitypub/actor'
 import { isTestInstance } from './core-utils'
 import { isActivityPubUrlValid } from './custom-validators/activitypub/misc'
 import { WEBSERVER } from '../initializers/constants'
-import { MActorFull } from '../typings/models'
+import { MActorFull } from '../types/models'
 
 const webfinger = new WebFinger({
   webfist_fallback: false,