mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-15 01:05:42 +02:00
Fix
This commit is contained in:
@@ -9,7 +9,7 @@ import Channel from '../../channel';
|
||||
|
||||
export default class extends Channel {
|
||||
public readonly chName = 'gamesReversiGame';
|
||||
public readonly shouldShare = false;
|
||||
public static shouldShare = false;
|
||||
|
||||
private gameId: mongo.ObjectID;
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ import Channel from '../../channel';
|
||||
|
||||
export default class extends Channel {
|
||||
public readonly chName = 'gamesReversi';
|
||||
public readonly shouldShare = true;
|
||||
public static shouldShare = true;
|
||||
|
||||
@autobind
|
||||
public async init(params: any) {
|
||||
|
||||
Reference in New Issue
Block a user