From 9bebbf4e03f120c2ad8523566cb839e71a10b7c5 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 10 Oct 2018 03:24:09 +0900 Subject: Add alias --- src/client/app/common/scripts/stream.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client') diff --git a/src/client/app/common/scripts/stream.ts b/src/client/app/common/scripts/stream.ts index 980330c4e4..c588d1bb39 100644 --- a/src/client/app/common/scripts/stream.ts +++ b/src/client/app/common/scripts/stream.ts @@ -170,7 +170,7 @@ abstract class Connection extends EventEmitter { const type = payload === undefined ? typeOrPayload.type : typeOrPayload; const body = payload === undefined ? typeOrPayload.body : payload; - this.stream.send('channel', { + this.stream.send('ch', { id: this.id, type: type, body: body -- cgit v1.2.3-freya