mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-16 06:49:02 +08:00
fix bug
This commit is contained in:
@@ -181,7 +181,7 @@ func onboardingProcessNotification(operationID, userID, groupID string) {
|
||||
Content: content,
|
||||
MsgFrom: constant.UserMsgType,
|
||||
ContentType: constant.Text,
|
||||
SessionType: constant.SingleChatType,
|
||||
SessionType: constant.GroupChatType,
|
||||
OperationID: operationID,
|
||||
}
|
||||
// notification user join group
|
||||
|
||||
Reference in New Issue
Block a user