X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftypes%2Fmodels%2Factor%2Factor-follow.ts;h=84042e22832c00af091209fb79da80d437542a77;hb=cb0eda5602a21d1626a7face32de6153ed07b5f9;hp=3381585612fb0e1e66286f9d5ffbfbb15e0d2a77;hpb=3f0ceab06e5320f62f593c49daa30d963dbc36f9;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/types/models/actor/actor-follow.ts b/server/types/models/actor/actor-follow.ts index 338158561..84042e228 100644 --- a/server/types/models/actor/actor-follow.ts +++ b/server/types/models/actor/actor-follow.ts @@ -7,7 +7,7 @@ import { MActorDefaultAccountChannel, MActorDefaultChannelId, MActorFormattable, - MActorHost, + MActorHostOnly, MActorUsername } from './actor' @@ -21,7 +21,7 @@ export type MActorFollow = Omit + Use<'ActorFollowing', MActorUsername & MActorHostOnly> // ############################################################################