mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-11 12:36:00 +08:00
group
This commit is contained in:
committed by
Xinwei Xiong(cubxxw-openim)
parent
6cc0fcf928
commit
ff1718fef5
@@ -595,6 +595,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.GetConn(config.Config.Etcd.EtcdSchema, strings.Join(config.Config.Etcd.EtcdAddr, ","), config.Config.RpcRegisterName.OpenImUserName)
|
etcdConn := getcdv3.GetConn(config.Config.Etcd.EtcdSchema, strings.Join(config.Config.Etcd.EtcdAddr, ","), config.Config.RpcRegisterName.OpenImUserName)
|
||||||
|
|||||||
Reference in New Issue
Block a user