send group message split topic

This commit is contained in:
Gordon 2022-05-11 18:38:58 +08:00
parent f8af109821
commit 8753f91a4a

View File

@ -27,6 +27,7 @@ var (
func Init() {
cmdCh = make(chan Cmd2Value, 10000)
w = new(sync.Mutex)
persistentCH.Init()
historyCH.Init(cmdCh)
offlineHistoryCH.Init(cmdCh)