storage permissions

This commit is contained in:
Jan Prochazka
2024-07-30 13:01:34 +02:00
parent 53ee6eacb2
commit b0405855aa
5 changed files with 40 additions and 25 deletions

View File

@@ -7,4 +7,8 @@ module.exports = {
async getConnection({ conid }) {
return null;
},
async loadSuperadminPermissions() {
return [];
}
};