mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 13:45:56 +02:00
Improve streaming API
This commit is contained in:
@@ -5,6 +5,7 @@ import Channel from '../channel';
|
||||
export default class extends Channel {
|
||||
public readonly chName = 'messaging';
|
||||
public static shouldShare = false;
|
||||
public static requireCredential = true;
|
||||
|
||||
private otherpartyId: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user