summaryrefslogtreecommitdiff
path: root/src/client/app/common
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-10-10 03:24:09 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-10-10 03:24:09 +0900
commit9bebbf4e03f120c2ad8523566cb839e71a10b7c5 (patch)
treefb7fe4e7b86a669c690f96922d3ce36a50acd8f9 /src/client/app/common
parent10.4.0 (diff)
downloadsharkey-9bebbf4e03f120c2ad8523566cb839e71a10b7c5.tar.gz
sharkey-9bebbf4e03f120c2ad8523566cb839e71a10b7c5.tar.bz2
sharkey-9bebbf4e03f120c2ad8523566cb839e71a10b7c5.zip
Add alias
Diffstat (limited to 'src/client/app/common')
-rw-r--r--src/client/app/common/scripts/stream.ts2
1 files changed, 1 insertions, 1 deletions
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