1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

Update server dependencies

This commit is contained in:
Chocobozzz 2020-11-19 08:58:34 +01:00
parent 4ddcb7c3ba
commit fce7fe04ee
No known key found for this signature in database
GPG key ID: 583A612D890159BE
6 changed files with 772 additions and 518 deletions

View file

@ -1,4 +1,4 @@
import * as io from 'socket.io-client'
import { io } from 'socket.io-client'
function getUserNotificationSocket (serverUrl: string, accessToken: string) {
return io(serverUrl + '/user-notifications', {