mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-25 11:06:43 +08:00
work moments
This commit is contained in:
parent
17f6b8eb2a
commit
7b0eb4e79d
@ -441,9 +441,9 @@ func (s *officeServer) CommentOneWorkMoment(_ context.Context, req *pbOffice.Com
|
|||||||
NotificationMsgType: constant.WorkMomentCommentNotification,
|
NotificationMsgType: constant.WorkMomentCommentNotification,
|
||||||
WorkMomentID: workMoment.WorkMomentID,
|
WorkMomentID: workMoment.WorkMomentID,
|
||||||
WorkMomentContent: workMoment.Content,
|
WorkMomentContent: workMoment.Content,
|
||||||
UserID: workMoment.UserID,
|
UserID: commentUser.UserID,
|
||||||
FaceURL: workMoment.FaceURL,
|
FaceURL: commentUser.FaceURL,
|
||||||
UserName: workMoment.UserName,
|
UserName: commentUser.Nickname,
|
||||||
ReplyUserID: comment.ReplyUserID,
|
ReplyUserID: comment.ReplyUserID,
|
||||||
ReplyUserName: comment.ReplyUserName,
|
ReplyUserName: comment.ReplyUserName,
|
||||||
ContentID: comment.ContentID,
|
ContentID: comment.ContentID,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user