Add OStatus entry points

fix/tabs-bar-issues
Sean King 2020-09-15 21:09:44 -06:00
rodzic cdd22a78dd
commit 6afb91e315
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -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