Fix
This commit is contained in:
parent
e85f9f4aa5
commit
e94c73efe2
15 changed files with 15 additions and 15 deletions
|
|
@ -8,7 +8,7 @@ export default abstract class Channel {
|
|||
protected connection: Connection;
|
||||
public id: string;
|
||||
public abstract readonly chName: string;
|
||||
public abstract readonly shouldShare: boolean;
|
||||
public static readonly shouldShare: boolean;
|
||||
|
||||
protected get user() {
|
||||
return this.connection.user;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue