X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Ftypes%2Fregister-client-option.model.ts;h=2c09f15a7c655acf21523ef753fc1a9fc27f3fff;hb=7815dc450ea9f8fd63e2234b6215013a132e6229;hp=2460a7499e205211159b2633c220839ff79b34d2;hpb=d2d4a5a999746ae0f01a2ce89b844252346bab27;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/types/register-client-option.model.ts b/client/src/types/register-client-option.model.ts index 2460a7499..2c09f15a7 100644 --- a/client/src/types/register-client-option.model.ts +++ b/client/src/types/register-client-option.model.ts @@ -24,6 +24,9 @@ export type RegisterClientHelpers = { getBaseRouterRoute: () => string + // PeerTube >= 5.0 + getBaseWebSocketRoute: () => string + getBasePluginClientPath: () => string isLoggedIn: () => boolean