mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
memberState -> sessionState.
This commit is contained in:
@ -76,7 +76,7 @@ export interface MemberProfile {
|
||||
can_access_clipboard: boolean
|
||||
}
|
||||
|
||||
export interface MemberState {
|
||||
export interface SessionState {
|
||||
event: string | undefined
|
||||
id: string
|
||||
is_connected: boolean
|
||||
|
@ -96,7 +96,7 @@ export interface MemberProfile {
|
||||
can_access_clipboard: boolean
|
||||
}
|
||||
|
||||
export interface MemberState {
|
||||
export interface SessionState {
|
||||
is_connected: boolean
|
||||
is_watching: boolean
|
||||
}
|
||||
@ -104,5 +104,5 @@ export interface MemberState {
|
||||
export interface Member {
|
||||
id: string
|
||||
profile: MemberProfile
|
||||
state: MemberState
|
||||
state: SessionState
|
||||
}
|
||||
|
Reference in New Issue
Block a user