Add system announcements interface
This commit is contained in:
@@ -24,10 +24,6 @@ class ClientModel extends Model {
|
||||
}
|
||||
}
|
||||
|
||||
can(scope) {
|
||||
return this.api_scopes.includes()
|
||||
}
|
||||
|
||||
async application() {
|
||||
const Application = this.models.get('Application')
|
||||
return Application.findOne({ active: true, oauth_client_ids: this.id })
|
||||
|
||||
Reference in New Issue
Block a user