♻️ Move the chat part of the Sphere service to the Messager service
This commit is contained in:
@@ -42,7 +42,8 @@ public class AccountRewindService(
|
||||
var rewindEventTasks = new List<Task<RewindEvent>>
|
||||
{
|
||||
passRewindSrv.CreateRewindEvent(accountId, currentYear),
|
||||
CreateRewindServiceClient("sphere").GetRewindEventAsync(rewindRequest).ResponseAsync
|
||||
CreateRewindServiceClient("sphere").GetRewindEventAsync(rewindRequest).ResponseAsync,
|
||||
CreateRewindServiceClient("messager").GetRewindEventAsync(rewindRequest).ResponseAsync
|
||||
};
|
||||
var rewindEvents = await Task.WhenAll(rewindEventTasks);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user