mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 12:36:06 +02:00
Fix
This commit is contained in:
@@ -6,7 +6,7 @@ import Channel from '../channel';
|
||||
|
||||
export default class extends Channel {
|
||||
public readonly chName = 'homeTimeline';
|
||||
public readonly shouldShare = true;
|
||||
public static shouldShare = true;
|
||||
|
||||
private mutedUserIds: string[] = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user