Added ability to refresh specific avatars on jobs/avatars

This commit is contained in:
2017-06-22 09:29:31 +02:00
parent 37114a80d9
commit 360190586f
2 changed files with 49 additions and 0 deletions

View File

@ -75,6 +75,10 @@ func main() {
},
}
if InvokeShellArgs() {
return
}
// Stream of all users
users, _ := arn.FilterUsers(func(user *arn.User) bool {
return true