mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-05 07:56:52 +08:00
Fixed users unlock in ACL LOAD command handler
This commit is contained in:
@@ -190,6 +190,7 @@ func (user *User) UpdateUser(cmd []string) error {
|
||||
// Parse channels
|
||||
if strings.EqualFold(str, "allChannels") {
|
||||
user.IncludedPubSubChannels = []string{"*"}
|
||||
continue
|
||||
}
|
||||
if len(str) > 2 && str[1] == '&' {
|
||||
if str[0] == '+' {
|
||||
|
Reference in New Issue
Block a user