client
client copied to clipboard
Plugins
The plugin system should have a Permission API, and be secure. The plugins should work on desktop and on mobile. The plugins can be loaded from a plugin store and should be approved first.
we could have a look how vscode handles plugin securely
will partially be done in https://github.com/fosscord/fosscord-plugins/
Vscode handles plugins as just forked node processes. They still have full fs access etc.
We won't give plugins to the filesystem