更新渠道管理

This commit is contained in:
CaIon
2023-12-05 18:15:40 +08:00
parent a539b200e1
commit f9495e91ea
9 changed files with 1256 additions and 1102 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ func testAllChannels(notify bool) error {
}
testAllChannelsRunning = true
testAllChannelsLock.Unlock()
channels, err := model.GetAllChannels(0, 0, true)
channels, err := model.GetAllChannels(0, 0, true, false)
if err != nil {
return err
}