forked from mirrors/misskey
12
src/web/app/common/scripts/streaming/drive-stream.ts
Normal file
12
src/web/app/common/scripts/streaming/drive-stream.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import Stream from './stream';
|
||||
|
||||
/**
|
||||
* Drive stream connection
|
||||
*/
|
||||
export default class Connection extends Stream {
|
||||
constructor(me) {
|
||||
super('drive', {
|
||||
i: me.token
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user