Improve streaming API
This commit is contained in:
@@ -7,6 +7,7 @@ import Channel from '../channel';
|
||||
export default class extends Channel {
|
||||
public readonly chName = 'globalTimeline';
|
||||
public static shouldShare = true;
|
||||
public static requireCredential = false;
|
||||
|
||||
private mutedUserIds: string[] = [];
|
||||
|
||||
|
Reference in New Issue
Block a user