mirror of
https://github.com/maubot/maubot
synced 2025-09-02 05:40:37 +00:00
Refactor how plugins are started and update spec
This commit is contained in:
parent
b96d6e6a94
commit
9e066478a9
10 changed files with 160 additions and 79 deletions
|
@ -47,6 +47,7 @@ class PluginLoader(ABC):
|
|||
return {
|
||||
"id": self.id,
|
||||
"version": self.version,
|
||||
"instances": [instance.to_dict() for instance in self.references],
|
||||
}
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue