From 6afb91e315d920e96402d48a9925e608be267b16 Mon Sep 17 00:00:00 2001 From: Sean King Date: Tue, 15 Sep 2020 21:09:44 -0600 Subject: [PATCH] Add OStatus entry points --- app/soapbox/service_worker/entry.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/soapbox/service_worker/entry.js b/app/soapbox/service_worker/entry.js index 0cb11095c..db15c8b2f 100644 --- a/app/soapbox/service_worker/entry.js +++ b/app/soapbox/service_worker/entry.js @@ -65,7 +65,9 @@ self.addEventListener('fetch', function(event) { url.pathname.startsWith('/avatars') || url.pathname.startsWith('/authorize_follow') || url.pathname.startsWith('/media_proxy') || - url.pathname.startsWith('/relationships')) { + url.pathname.startsWith('/relationships') || + url.pathname.startsWith('/main/ostatus') || + url.pathname.startsWith('/ostatus_subscribe')) { //non-webapp routes } else if (url.pathname.startsWith('/')) { // : TODO : if is /web