mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 04:35:42 +02:00
共有可能チャンネルに接続しようとしていて、かつそのチャンネルに既に接続していたら無意味なので無視するように
This commit is contained in:
@@ -3,6 +3,9 @@ import read from '../../common/read-messaging-message';
|
||||
import Channel from '../channel';
|
||||
|
||||
export default class extends Channel {
|
||||
public readonly chName = 'messaging';
|
||||
public readonly shouldShare = false;
|
||||
|
||||
private otherpartyId: string;
|
||||
|
||||
@autobind
|
||||
|
||||
Reference in New Issue
Block a user