mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Add back parent-child linking
This commit is contained in:
@ -96,7 +96,8 @@ namespace osu.Game.Overlays.Comments
|
||||
}
|
||||
else if (commentDictionary.TryGetValue(comment.ParentId.Value, out var parentDrawable))
|
||||
{
|
||||
// The comment's parent already has a corresponding drawable.
|
||||
// The comment's parent already has a corresponding drawable, so add the parent<->child links.
|
||||
comment.ParentComment = parentDrawable.Comment;
|
||||
parentDrawable.Replies.Add(drawableComment);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user