diff options
| author | Henry Jameson <me@hjkos.com> | 2023-10-25 18:58:33 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2023-10-25 18:58:33 +0300 |
| commit | 73fbe89a4b4e545796e9cc6aae707de0a4eed3a1 (patch) | |
| tree | be06697ffc34a2e6e83f23c50a0379ba30e6c7e6 /src/modules/users.js | |
| parent | 4c11ac9a27696a7fe57eeb486257d8f7c1295548 (diff) | |
initial work on showing notifications through serviceworkers
Diffstat (limited to 'src/modules/users.js')
| -rw-r--r-- | src/modules/users.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/users.js b/src/modules/users.js index 50b4cb84..79268bc3 100644 --- a/src/modules/users.js +++ b/src/modules/users.js @@ -2,7 +2,7 @@ import backendInteractorService from '../services/backend_interactor_service/bac import { windowWidth, windowHeight } from '../services/window_utils/window_utils' import oauthApi from '../services/new_api/oauth.js' import { compact, map, each, mergeWith, last, concat, uniq, isArray } from 'lodash' -import { registerPushNotifications, unregisterPushNotifications } from '../services/push/push.js' +import { registerPushNotifications, unregisterPushNotifications } from '../services/sw/sw.js' // TODO: Unify with mergeOrAdd in statuses.js export const mergeOrAdd = (arr, obj, item) => { |
