fix: clear channel name in user logs
This commit is contained in:
parent
b6bae9dc3a
commit
4470ef97f2
@ -43,6 +43,7 @@ const (
|
||||
|
||||
func formatUserLogs(logs []*Log) {
|
||||
for i := range logs {
|
||||
logs[i].ChannelName = ""
|
||||
var otherMap map[string]interface{}
|
||||
otherMap = common.StrToMap(logs[i].Other)
|
||||
if otherMap != nil {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user