diff --git a/react/features/dynamic-branding/middleware.native.ts b/react/features/dynamic-branding/middleware.native.ts index 941136942de6a..adf80b244f214 100644 --- a/react/features/dynamic-branding/middleware.native.ts +++ b/react/features/dynamic-branding/middleware.native.ts @@ -24,7 +24,8 @@ MiddlewareRegistry.register(store => next => action => { brandedIcons, didPageUrl, inviteDomain, - labels + labels, + sharedVideoAllowedURLDomains } = action.value; action.value = { @@ -34,7 +35,8 @@ MiddlewareRegistry.register(store => next => action => { brandedIcons, didPageUrl, inviteDomain, - labels + labels, + sharedVideoAllowedURLDomains }; // The backend may send an empty string, make sure we skip that.