diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-10 03:24:09 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-10 03:24:09 +0900 |
| commit | 9bebbf4e03f120c2ad8523566cb839e71a10b7c5 (patch) | |
| tree | fb7fe4e7b86a669c690f96922d3ce36a50acd8f9 /src/client/app/common/scripts/stream.ts | |
| parent | 10.4.0 (diff) | |
| download | sharkey-9bebbf4e03f120c2ad8523566cb839e71a10b7c5.tar.gz sharkey-9bebbf4e03f120c2ad8523566cb839e71a10b7c5.tar.bz2 sharkey-9bebbf4e03f120c2ad8523566cb839e71a10b7c5.zip | |
Add alias
Diffstat (limited to 'src/client/app/common/scripts/stream.ts')
| -rw-r--r-- | src/client/app/common/scripts/stream.ts | 2 |
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 |