Organization

This commit is contained in:
skiffer-git
2022-04-19 20:57:59 +08:00
committed by Xinwei Xiong(cubxxw-openim)
parent efcf466c7d
commit 53281eef3d
2 changed files with 7 additions and 2 deletions
@@ -28,7 +28,7 @@ func OrganizationNotificationToAll(opUserID string, operationID string) {
utils2.UserDBCopyOpenIM(tips.OpUser, user)
for _, v := range userIDList {
log.Debug(operationID, opUserID, v, constant.OrganizationChangedNotification, &tips, operationID)
log.Debug(operationID, "OrganizationNotification", opUserID, v, constant.OrganizationChangedNotification, &tips, operationID)
OrganizationNotification(opUserID, v, constant.OrganizationChangedNotification, &tips, operationID)
}
}