共有可能チャンネルに接続しようとしていて、かつそのチャンネルに既に接続していたら無意味なので無視するように
This commit is contained in:
parent
ad67886f96
commit
e85f9f4aa5
17 changed files with 59 additions and 11 deletions
|
@ -5,6 +5,9 @@ import shouldMuteThisNote from '../../../../misc/should-mute-this-note';
|
|||
import Channel from '../channel';
|
||||
|
||||
export default class extends Channel {
|
||||
public readonly chName = 'localTimeline';
|
||||
public readonly shouldShare = true;
|
||||
|
||||
private mutedUserIds: string[] = [];
|
||||
|
||||
@autobind
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue