controller/subscribeCtl.go
@@ -80,6 +80,8 @@ Id: sub.SubscribeID, LocalTime: time.Now().Format("20060102150405"), }) } else { logger.Error("Update receive subscribe failure, %s", err.Error()) } } @@ -131,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)