mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-17 07:37:47 +00:00
feat(dynamic-branding): fix label customisation
This commit is contained in:
committed by
Calinteodor
parent
8b25265f9e
commit
5c69baefbf
@@ -3,6 +3,7 @@ import '../authentication/middleware';
|
||||
import '../av-moderation/middleware';
|
||||
import '../base/conference/middleware';
|
||||
import '../base/config/middleware';
|
||||
import '../base/i18n/middleware';
|
||||
import '../base/jwt/middleware';
|
||||
import '../base/known-domains/middleware';
|
||||
import '../base/lastn/middleware';
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import '../base/app/middleware';
|
||||
import '../base/connection/middleware';
|
||||
import '../base/i18n/middleware';
|
||||
import '../base/devices/middleware';
|
||||
import '../base/media/middleware';
|
||||
import '../dynamic-branding/middleware';
|
||||
|
||||
@@ -23,7 +23,8 @@ MiddlewareRegistry.register(store => next => action => {
|
||||
backgroundImageUrl,
|
||||
brandedIcons,
|
||||
didPageUrl,
|
||||
inviteDomain
|
||||
inviteDomain,
|
||||
labels
|
||||
} = action.value;
|
||||
|
||||
action.value = {
|
||||
@@ -32,7 +33,8 @@ MiddlewareRegistry.register(store => next => action => {
|
||||
backgroundImageUrl,
|
||||
brandedIcons,
|
||||
didPageUrl,
|
||||
inviteDomain
|
||||
inviteDomain,
|
||||
labels
|
||||
};
|
||||
|
||||
// The backend may send an empty string, make sure we skip that.
|
||||
|
||||
Reference in New Issue
Block a user