]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] upgrade/replace websocket.js to @gamestdio/websocket v2
authorShlee <github@shl.ee>
Wed, 4 Dec 2019 11:45:49 +0000 (19:45 +0800)
committerThibaut Girka <thib@sitedethib.com>
Sat, 7 Dec 2019 11:54:27 +0000 (12:54 +0100)
Port f92ed32df4489210ab0ef557f1df90bc5e97d8e6 to glitch-soc

Co-authored-by: hina <hina@hinaloe.net>
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/util/stream.js

index c4642344fc1191b2bbcea028228fe6b4e0c081d6..50f90d44cb9ffbb9ed40d104161b94c966551db0 100644 (file)
@@ -1,4 +1,4 @@
-import WebSocketClient from 'websocket.js';
+import WebSocketClient from '@gamestdio/websocket';
 
 const randomIntUpTo = max => Math.floor(Math.random() * Math.floor(max));