@@ -63,7 +63,8 @@ implements FrontworkComponent<UserManagerIfc, UserManagerFeatureIfc>, IUserManag
name: 'modifyPermissions' as 'modifyPermissions',
exportRPCs: () => [
this.getPermissions,
- this.setPermission
+ this.setPermission,
+ this.changeRank
]
},{
name: 'softreserveCurrency' as 'softreserveCurrency',