mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 16:02:58 +08:00
Add back parent-child linking
This commit is contained in:
parent
db78b95228
commit
1cd84754c8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user