This commit is contained in:
wangchuxiao 2022-12-05 16:34:54 +08:00
parent 5a69eb2dd3
commit 7e428e8f94

View File

@ -919,6 +919,7 @@ func (s *groupServer) GroupApplicationResponse(_ context.Context, req *pbGroup.G
c.GroupAtType = conversation.GroupAtType c.GroupAtType = conversation.GroupAtType
c.IsNotInGroup = false c.IsNotInGroup = false
c.Ex = conversation.Ex c.Ex = conversation.Ex
c.UpdateUnreadCountTime = utils.GetCurrentTimestampByMill()
} }
reqPb.Conversation = &c reqPb.Conversation = &c
etcdConn := getcdv3.GetDefaultConn(config.Config.Etcd.EtcdSchema, strings.Join(config.Config.Etcd.EtcdAddr, ","), config.Config.RpcRegisterName.OpenImUserName, req.OperationID) etcdConn := getcdv3.GetDefaultConn(config.Config.Etcd.EtcdSchema, strings.Join(config.Config.Etcd.EtcdAddr, ","), config.Config.RpcRegisterName.OpenImUserName, req.OperationID)