diff --git a/backend/mpc-system/services/message-router/adapters/input/grpc/message_grpc_handler.go b/backend/mpc-system/services/message-router/adapters/input/grpc/message_grpc_handler.go index 2fe78ade..65b24d51 100644 --- a/backend/mpc-system/services/message-router/adapters/input/grpc/message_grpc_handler.go +++ b/backend/mpc-system/services/message-router/adapters/input/grpc/message_grpc_handler.go @@ -555,6 +555,7 @@ func (s *MessageRouterServer) JoinSession( ThresholdN: coordResp.SessionInfo.ThresholdN, ThresholdT: coordResp.SessionInfo.ThresholdT, MessageHash: coordResp.SessionInfo.MessageHash, + Status: coordResp.SessionInfo.Status, KeygenSessionId: coordResp.SessionInfo.KeygenSessionId, } }