mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 00:56:00 +02:00
Fix
This commit is contained in:
@@ -3,7 +3,7 @@ import Channel from '../channel';
|
||||
|
||||
export default class extends Channel {
|
||||
public readonly chName = 'userList';
|
||||
public readonly shouldShare = false;
|
||||
public static shouldShare = false;
|
||||
|
||||
@autobind
|
||||
public async init(params: any) {
|
||||
|
||||
Reference in New Issue
Block a user