mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
Return config with instances in management API
This commit is contained in:
parent
a7a4c07411
commit
a584cba794
@ -65,6 +65,7 @@ class PluginInstance:
|
||||
"enabled": self.enabled,
|
||||
"started": self.started,
|
||||
"primary_user": self.primary_user,
|
||||
"config": self.db_instance.config,
|
||||
}
|
||||
|
||||
def load(self) -> None:
|
||||
|
Loading…
Reference in New Issue
Block a user