Add auto follow back support for instances
[oweals/peertube.git] / server / typings / models / account / actor.ts
index d4bcac4a372869e189f569a8369f8e5b2c15dade..bcacb83516680d4c1107573aa0bef8d8e72f4a14 100644 (file)
@@ -58,7 +58,7 @@ export type MActorAccount = MActor &
 export type MActorChannel = MActor &
   Use<'VideoChannel', MChannel>
 
-export type MActorAccountChannel = MActorAccount & MActorChannel
+export type MActorDefaultAccountChannel = MActorDefault & MActorAccount & MActorChannel
 
 export type MActorServer = MActor &
   Use<'Server', MServer>