Skip to content
Snippets Groups Projects
Commit a964f6dd authored by Alexander Kovalev's avatar Alexander Kovalev
Browse files

Merge branch 'fix-invitation-change-context' into 'release/v0.22'

MRM-8445 FE - Properties doesn't display on viewing host's dashboard - fix invitation chagne context

See merge request mashroom/backend/invitation!41
parents fc7ab445 b525f1dd
Branches release/v0.22
No related merge requests found
......@@ -61,7 +61,7 @@ func HandleInvitationStatusChange(
go func() {
client := invitation.NewInvitationNotifyServiceClient(grpc.Dial(m.NotifyURL, "InvitationNotify"))
_, _ = client.InvitationChange(ctx, &invitation.InvitationChangeRequest{
_, _ = client.InvitationChange(grpcctx.WithServiceUser(bgctx), &invitation.InvitationChangeRequest{
Invitation: render.Invitation(m),
})
}()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment