this will do exactly nothing
This commit is contained in:
@@ -304,8 +304,6 @@ public partial class MareHub
|
|||||||
equals new { UserUID = p.UserUID, OtherUserUID = p.OtherUserUID }
|
equals new { UserUID = p.UserUID, OtherUserUID = p.OtherUserUID }
|
||||||
into otherperms
|
into otherperms
|
||||||
from otherperm in otherperms.DefaultIfEmpty()
|
from otherperm in otherperms.DefaultIfEmpty()
|
||||||
where user.UserUID == uid
|
|
||||||
&& user.OtherUserUID == otheruid
|
|
||||||
select new
|
select new
|
||||||
{
|
{
|
||||||
UserUID = user.UserUID,
|
UserUID = user.UserUID,
|
||||||
|
|||||||
Reference in New Issue
Block a user