mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 22:17:22 +01:00
actually cache allPairedUsers
This commit is contained in:
parent
ef5759c402
commit
8ce6f17996
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ public partial class MareHub
|
||||||
|
|
||||||
recipientUids = allPairedUsers.Where(f => recipientUids.Contains(f, StringComparer.Ordinal)).ToList();
|
recipientUids = allPairedUsers.Where(f => recipientUids.Contains(f, StringComparer.Ordinal)).ToList();
|
||||||
|
|
||||||
await _onlineSyncedPairCacheService.CachePlayers(UserUID, recipientUids, Context.ConnectionAborted).ConfigureAwait(false);
|
await _onlineSyncedPairCacheService.CachePlayers(UserUID, allPairedUsers, Context.ConnectionAborted).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
_logger.LogCallInfo(MareHubLogger.Args(recipientUids.Count));
|
_logger.LogCallInfo(MareHubLogger.Args(recipientUids.Count));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue