mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Support bulk registration request removal
This commit is contained in:
parent
9436936cf6
commit
cd940f40cb
17 changed files with 107 additions and 78 deletions
|
@ -105,7 +105,7 @@ export class UserModerationDropdownComponent implements OnInit, OnChanges {
|
|||
const res = await this.confirmService.confirm(message, $localize`Delete ${user.username}`)
|
||||
if (res === false) return
|
||||
|
||||
this.userAdminService.removeUser(user)
|
||||
this.userAdminService.removeUsers(user)
|
||||
.subscribe({
|
||||
next: () => {
|
||||
this.notifier.success($localize`User ${user.username} deleted.`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue