mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
add plugins to state.
This commit is contained in:
parent
298f1b4c97
commit
147c94958e
@ -121,6 +121,7 @@ export interface MemberProfile {
|
||||
can_access_clipboard: boolean
|
||||
sends_inactive_cursor: boolean
|
||||
can_see_inactive_cursors: boolean
|
||||
plugins?: Record<string, any>
|
||||
}
|
||||
|
||||
export interface SessionState {
|
||||
@ -148,6 +149,7 @@ export interface Settings {
|
||||
implicit_hosting: boolean
|
||||
inactive_cursors: boolean
|
||||
merciful_reconnect: boolean
|
||||
plugins?: Record<string, any>
|
||||
}
|
||||
|
||||
/////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user