This commit is contained in:
cdle
2023-06-01 14:18:56 +08:00
parent 1c6f60f819
commit 1ee28c45c4
47 changed files with 1058 additions and 26 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ func initListenReply() {
} else {
info := &GroupInfo{}
json.Unmarshal(data, info)
fmt.Println(string(b1), string(utils.JsonMarshal(info)))
// fmt.Println(string(b1), string(utils.JsonMarshal(info)))
if info.Enable {
NoListenUsers.Store(string(b1), info.Platform)
}