1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 09:15:38 +02:00

Improve streaming API

This commit is contained in:
syuilo
2018-11-11 02:22:34 +09:00
parent 9c0e990568
commit 6012e98ae6
17 changed files with 20 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ import Channel from '../channel';
export default class extends Channel {
public readonly chName = 'main';
public static shouldShare = true;
public static requireCredential = true;
@autobind
public async init(params: any) {