mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-14 06:25:52 +02:00
整理した
This commit is contained in:
13
src/client/app/common/scripts/streaming/channel.ts
Normal file
13
src/client/app/common/scripts/streaming/channel.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import Stream from './stream';
|
||||
import MiOS from '../../mios';
|
||||
|
||||
/**
|
||||
* Channel stream connection
|
||||
*/
|
||||
export default class Connection extends Stream {
|
||||
constructor(os: MiOS, channelId) {
|
||||
super(os, 'channel', {
|
||||
channel: channelId
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user