mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
fix(RN/shared-video): sharedVideoAllowedURLDomains prop from branding.
On mobile (React-Native) the sharedVideoAllowedURLDomains property from dynamic branding was filtered and therefore the allow list from the branding was not reaching redux and was ignored.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user