mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Handle edited comments
This commit is contained in:
@ -63,6 +63,9 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
{
|
||||
if (c.UserId == u.Id)
|
||||
c.User = u;
|
||||
|
||||
if (c.EditedById == u.Id)
|
||||
c.EditedUser = u;
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user