Skip to content

Commit ea4f147

Browse files
committed
missed change
1 parent 98fdbe5 commit ea4f147

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

RedditSharp/Things/Post.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,6 @@ public IEnumerable<Comment> EnumerateComments()
439439
if (things.Current is More)
440440
{
441441
More more = (More)things.Current;
442-
if(more.ParentId == currentThing.Id) break;
443442
things = more.Things().GetEnumerator();
444443
things.MoveNext();
445444
}

0 commit comments

Comments
 (0)