summaryrefslogtreecommitdiff
path: root/src/client/app/common/scripts/stream.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/app/common/scripts/stream.ts')
-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