mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-16 00:14:16 +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
|
IsModerator = IsModerator
|
||||||
}).ConfigureAwait(false);
|
}).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()
|
.Select(g => g.GroupUserUID)).SendAsync(Api.OnGroupUserChange, new GroupPairDto()
|
||||||
{
|
{
|
||||||
GroupGID = gid,
|
GroupGID = gid,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue