mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 22:17:22 +01:00
fix compile error
This commit is contained in:
parent
eadecff9e7
commit
5341b5a409
1 changed files with 1 additions and 1 deletions
|
|
@ -516,7 +516,7 @@ public partial class MareHub
|
|||
IsModerator = IsModerator
|
||||
}).ConfigureAwait(false);
|
||||
|
||||
await Clients.Users(groupPairs.Where(p => !string.Equals(p, uid, StringComparison.Ordinal))
|
||||
await Clients.Users(groupPairs.Where(p => !string.Equals(p.GroupUserUID, uid, StringComparison.Ordinal))
|
||||
.Select(g => g.GroupUserUID)).SendAsync(Api.OnGroupUserChange, new GroupPairDto()
|
||||
{
|
||||
GroupGID = gid,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue