This commit is contained in:
cdle
2021-09-17 10:26:17 +08:00
parent b793ce4695
commit 539dd5426d
-1
View File
@@ -22,5 +22,4 @@ func (ct *Chat) Push(content interface{}) {
push(ct.ID, ct.UserID, content.(string))
}
}
}