Added ability to refresh specific avatars on jobs/avatars
This commit is contained in:
@ -75,6 +75,10 @@ func main() {
|
||||
},
|
||||
}
|
||||
|
||||
if InvokeShellArgs() {
|
||||
return
|
||||
}
|
||||
|
||||
// Stream of all users
|
||||
users, _ := arn.FilterUsers(func(user *arn.User) bool {
|
||||
return true
|
||||
|
Reference in New Issue
Block a user