diff --git a/lib/TInitialState.php b/lib/TInitialState.php index fe28da8a589..8340567c1c6 100644 --- a/lib/TInitialState.php +++ b/lib/TInitialState.php @@ -133,6 +133,9 @@ protected function publishInitialStateForUser(IUser $user, IRootFolder $rootFold $this->serverConfig->getUserValue($user->getUID(), 'spreed', 'play_sounds', 'yes') === 'yes' ); + $this->initialState->provideInitialState( + 'force_enable_blur_filter', + $this->serverConfig->getUserValue($user->getUID(), 'theming', 'force_enable_blur_filter', '')); $this->initialState->provideInitialState( 'user_group_ids', diff --git a/src/components/CallView/CallView.vue b/src/components/CallView/CallView.vue index 19e8b43f6a5..68f21ddbec1 100644 --- a/src/components/CallView/CallView.vue +++ b/src/components/CallView/CallView.vue @@ -21,7 +21,7 @@ --> + @@ -179,11 +196,16 @@