mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-21 14:35:29 +02:00
refactor: rename role.options -> role.policies
This commit is contained in:
@@ -458,5 +458,5 @@ export class Meta {
|
||||
@Column('jsonb', {
|
||||
default: { },
|
||||
})
|
||||
public defaultRoleOverride: Record<string, any>;
|
||||
public policies: Record<string, any>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user