mute member cant send msg

This commit is contained in:
wangchuxiao
2022-11-11 18:06:15 +08:00
parent 3c8a0bb011
commit 08a4b92f3a
2 changed files with 28 additions and 1 deletions
+1 -1
View File
@@ -585,7 +585,7 @@ type usualConfig struct {
Minio struct {
AccessKeyID string `yaml:"accessKeyID"`
SecretAccessKey string `yaml:"secretAccessKey"`
Endpoint string `yaml:"endPoint"`
Endpoint string `yaml:"endpoint"`
} `yaml:"minio"`
} `yaml:"credential"`