From b7786330e95e0d6cc33b359dbbe343ace974b8d8 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Tue, 1 Dec 2020 16:55:56 +1300 Subject: [PATCH] clean up --- html/src/vr.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/src/vr.js b/html/src/vr.js index a7cb0000..59085f49 100644 --- a/html/src/vr.js +++ b/html/src/vr.js @@ -647,6 +647,8 @@ import webApiService from './service/webapi.js'; this.isMinimalFeed = configRepository.getBool('VRCX_minimalFeed'); var notificationPosition = configRepository.getString('VRCX_notificationPosition'); var notificationTimeout = configRepository.getString('VRCX_notificationTimeout'); + var notificationJoinLeaveFilter = configRepository.getString('VRCX_notificationJoinLeaveFilter'); + var notificationOnlineOfflineFilter = configRepository.getString('VRCX_notificationOnlineOfflineFilter'); var theme = 'relax'; if (configRepository.getBool('isDarkMode') === true) { theme = 'sunset'; @@ -661,8 +663,6 @@ import webApiService from './service/webapi.js'; this.feeds = feeds; if (this.appType === '2') { - var notificationJoinLeaveFilter = configRepository.getString('VRCX_notificationJoinLeaveFilter'); - var notificationOnlineOfflineFilter = configRepository.getString('VRCX_notificationOnlineOfflineFilter'); var map = {}; _feeds.forEach((feed) => { if (feed.type === 'OnPlayerJoined' ||