Browse Source
Merge pull request #675 from colinin/upt-5.3.4
fix: use the right tenantid
pull/712/head
yx lin
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
aspnet-core/services/LY.MicroService.RealtimeMessage.HttpApi.Host/EventBus/Local/UserCreateSendWelcomeEventHandler.cs
|
|
@ -38,7 +38,7 @@ namespace LY.MicroService.RealtimeMessage.EventBus |
|
|
{ "name", eventData.Entity.UserName }, |
|
|
{ "name", eventData.Entity.UserName }, |
|
|
}), |
|
|
}), |
|
|
userIdentifer, |
|
|
userIdentifer, |
|
|
eventData.Entity.Id, |
|
|
eventData.Entity.TenantId, |
|
|
NotificationSeverity.Info); |
|
|
NotificationSeverity.Info); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|