mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-31 04:53:40 +01:00
fixes for alias display + check aliases on initial uid generation
This commit is contained in:
parent
d656513f47
commit
09b305fa67
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue