parent
ef2bd2b59d
commit
3c6033f904
@ -117,6 +117,12 @@ export default class {
|
||||
.then(group => this._removeUserFromGroup(id, group))
|
||||
::ignoreErrors()
|
||||
})
|
||||
|
||||
for (const connection of this._app.apiConnections) {
|
||||
if (connection.get('user_id', undefined) === id) {
|
||||
connection.close()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
doesUserExist(id) {
|
||||
|
Loading…
Reference in New Issue
Block a user