X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Fcore.module.ts;h=f51f1920df2a493561e60ecd5363fe750b306d9e;hb=a800dbf345e856ab790e7b3ab9a97e8c5dfa0a32;hp=22896e2e96ec04d7f136751da234ccc5fa5a909d;hpb=67ed6552b831df66713bac9e672738796128d33f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/core.module.ts b/client/src/app/core/core.module.ts index 22896e2e9..f51f1920d 100644 --- a/client/src/app/core/core.module.ts +++ b/client/src/app/core/core.module.ts @@ -4,7 +4,7 @@ import { ToastModule } from 'primeng/toast' import { CommonModule } from '@angular/common' import { NgModule, Optional, SkipSelf } from '@angular/core' import { BrowserAnimationsModule } from '@angular/platform-browser/animations' -import { UserNotificationSocket } from '@app/core/notification/user-notification-socket.service' +import { PeerTubeSocket } from '@app/core/notification/peertube-socket.service' import { HooksService } from '@app/core/plugins/hooks.service' import { PluginService } from '@app/core/plugins/plugin.service' import { UnloggedGuard } from '@app/core/routing/unlogged-guard.service' @@ -12,6 +12,7 @@ import { LoadingBarModule } from '@ngx-loading-bar/core' import { LoadingBarHttpClientModule } from '@ngx-loading-bar/http-client' import { LoadingBarRouterModule } from '@ngx-loading-bar/router' import { AuthService } from './auth' +import { ScopedTokensService } from './scoped-tokens' import { ConfirmService } from './confirm' import { CheatSheetComponent } from './hotkeys' import { MenuService } from './menu' @@ -57,6 +58,7 @@ import { LocalStorageService, ScreenService, SessionStorageService } from './wra providers: [ AuthService, + ScopedTokensService, ConfirmService, ServerService, ThemeService, @@ -84,7 +86,7 @@ import { LocalStorageService, ScreenService, SessionStorageService } from './wra RedirectService, Notifier, MessageService, - UserNotificationSocket, + PeerTubeSocket, ServerConfigResolver, CanDeactivateGuard ]