mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-03 00:25:59 +08:00
send group message split topic
This commit is contained in:
@@ -27,6 +27,7 @@ var (
|
||||
|
||||
func Init() {
|
||||
cmdCh = make(chan Cmd2Value, 10000)
|
||||
w = new(sync.Mutex)
|
||||
persistentCH.Init()
|
||||
historyCH.Init(cmdCh)
|
||||
offlineHistoryCH.Init(cmdCh)
|
||||
|
||||
Reference in New Issue
Block a user