Fix unnecessary service worker registration and preloading when logged out (#20341)

main
Claire 2022-11-10 20:26:04 +01:00 committed by GitHub
parent 397845453e
commit 894ce3726a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

View File

@ -25,6 +25,7 @@ function main() {
import('mastodon/initial_state'),
]);
if (me) {
const wb = new Workbox('/sw.js');
try {
@ -35,7 +36,6 @@ function main() {
return;
}
if (me) {
const registerPushNotifications = await import('mastodon/actions/push_notifications');
store.dispatch(registerPushNotifications.register());