1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 12:36:06 +02:00
This commit is contained in:
syuilo
2018-10-11 23:07:20 +09:00
parent e85f9f4aa5
commit e94c73efe2
15 changed files with 15 additions and 15 deletions

View File

@@ -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[] = [];