mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
send group message split topic
This commit is contained in:
parent
f8af109821
commit
8753f91a4a
@ -27,6 +27,7 @@ var (
|
||||
|
||||
func Init() {
|
||||
cmdCh = make(chan Cmd2Value, 10000)
|
||||
w = new(sync.Mutex)
|
||||
persistentCH.Init()
|
||||
historyCH.Init(cmdCh)
|
||||
offlineHistoryCH.Init(cmdCh)
|
||||
|
Loading…
x
Reference in New Issue
Block a user