mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
add public gettter.
This commit is contained in:
parent
71a6cea82e
commit
7e5b545a0f
@ -120,6 +120,10 @@
|
|||||||
return this.state.connection.websocket == 'connected' && this.state.connection.webrtc == 'connected'
|
return this.state.connection.websocket == 'connected' && this.state.connection.webrtc == 'connected'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public get controlling() {
|
||||||
|
return this.state.member.is_controlling
|
||||||
|
}
|
||||||
|
|
||||||
/////////////////////////////
|
/////////////////////////////
|
||||||
// Public events
|
// Public events
|
||||||
/////////////////////////////
|
/////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user