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
parent
commit
b98cd878b7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      aspnet-core/services/LY.MicroService.RealtimeMessage.HttpApi.Host/EventBus/Local/UserCreateSendWelcomeEventHandler.cs

2
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 },
}),
userIdentifer,
eventData.Entity.Id,
eventData.Entity.TenantId,
NotificationSeverity.Info);
}

Loading…
Cancel
Save