mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 20:55:47 +00:00
feat: add groups and start refactor of tree model for tui elements
This commit is contained in:
@@ -57,7 +57,8 @@ func Define_users(author_file string) {
|
||||
if info[4] == "ex" {
|
||||
DefExclude = append(DefExclude, info[2])
|
||||
}
|
||||
} else if len(group_info) > 0 {
|
||||
}
|
||||
if len(group_info) > 0 {
|
||||
// Group assignment
|
||||
for _, group := range group_info {
|
||||
if Groups[group] == nil {
|
||||
@@ -89,4 +90,3 @@ func TempAddUser(username, email string) {
|
||||
|
||||
Users[username] = usr
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user