mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-15 16:42:38 +08:00
group
This commit is contained in:
parent
5a69eb2dd3
commit
7e428e8f94
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user