mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-20 09:25:33 +02:00
10
src/web/app/common/scripts/streaming/requests-stream.ts
Normal file
10
src/web/app/common/scripts/streaming/requests-stream.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import Stream from './stream';
|
||||
|
||||
/**
|
||||
* Requests stream connection
|
||||
*/
|
||||
export default class Connection extends Stream {
|
||||
constructor() {
|
||||
super('requests');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user