fix(groups): report changed bulk moves without restarting xray (#6199)

This commit is contained in:
n0ctal
2026-08-14 22:50:06 +05:00
committed by GitHub
parent 1396005082
commit 0496c23a26
3 changed files with 53 additions and 6 deletions
-1
View File
@@ -148,7 +148,6 @@ func (a *GroupController) bulkAdd(c *gin.Context) {
return
}
jsonObj(c, gin.H{"affected": affected}, nil)
a.xrayService.SetToNeedRestart()
notifyClientsChanged()
}