diff --git a/model/log.go b/model/log.go index 9c2eee6a..d050fb6a 100644 --- a/model/log.go +++ b/model/log.go @@ -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 {