mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
introduced ImplicitHosting.
This commit is contained in:
@ -13,6 +13,7 @@ export interface SystemInit {
|
||||
control_host: ControlHost
|
||||
screen_size: ScreenSize
|
||||
members: Record<string, MemberData>
|
||||
implicit_hosting: boolean
|
||||
}
|
||||
|
||||
export interface SystemAdmin {
|
||||
|
@ -37,6 +37,7 @@ export interface Control {
|
||||
scroll: Scroll
|
||||
clipboard: Clipboard | null
|
||||
host_id: string | null
|
||||
implicit_hosting: boolean
|
||||
}
|
||||
|
||||
export interface Scroll {
|
||||
|
Reference in New Issue
Block a user