fixes for alias display + check aliases on initial uid generation
This commit is contained in:
@@ -113,7 +113,7 @@ namespace MareSynchronosServer.Hubs
|
||||
userToOther.UserUID == userid
|
||||
select new
|
||||
{
|
||||
otherEntry.OtherUser.Alias,
|
||||
userToOther.OtherUser.Alias,
|
||||
userToOther.IsPaused,
|
||||
OtherIsPaused = otherEntry != null && otherEntry.IsPaused,
|
||||
userToOther.OtherUserUID,
|
||||
|
||||
Reference in New Issue
Block a user