controller/subscribeCtl.go
@@ -133,6 +133,10 @@ go s.Capture.FaceForward(msg.FaceObjectList.FaceObject) } if config.ForwardConf.SyncServer != "" && len(msg.PersonObjectList.PersonObject) > 0 { go s.Capture.PersonForward(msg.PersonObjectList.PersonObject) } if len(msg.DeviceList.APEObject) > 0 { fromId := c.GetHeader("User-Identify") go s.Ape.HandleNotification(fromId, msg.DeviceList.APEObject)