Merge pull request #2761 from thelounge/mcinkay/plugins/server-options

Add server config api
This commit is contained in:
Pavel Djundik 2019-05-13 10:23:05 +03:00 committed by GitHub
commit 21cb4dca1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,9 @@ const packageApis = function(packageName) {
Stylesheets: {
addFile: addStylesheet.bind(this, packageName),
},
Config: {
getConfig: () => Helper.config,
},
};
};