mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
add plugin scope to settings.
This commit is contained in:
parent
52b4cbcbdf
commit
a75ae187b4
@ -33,6 +33,9 @@ type Settings struct {
|
|||||||
ImplicitHosting bool `json:"implicit_hosting"`
|
ImplicitHosting bool `json:"implicit_hosting"`
|
||||||
InactiveCursors bool `json:"inactive_cursors"`
|
InactiveCursors bool `json:"inactive_cursors"`
|
||||||
MercifulReconnect bool `json:"merciful_reconnect"`
|
MercifulReconnect bool `json:"merciful_reconnect"`
|
||||||
|
|
||||||
|
// plugin scope
|
||||||
|
Plugins map[string]any `json:"plugins"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Session interface {
|
type Session interface {
|
||||||
|
Loading…
Reference in New Issue
Block a user