I mean if there's a reply tag that does also show that it's coming from a source that uses markers. I see what you're saying about the root being the constant throughout the thread though.

I've updated all my code so that I'll be marking as root from now on.

Reply to this note

Please Login to reply.

Discussion

if you use `reply` as first and if you search for a root and don't find one, then you need to see if there's a reply..

if you use `root` as first and don't find one, then you know the reply is the root.

in the first case you increase the effort by having to make another check and make it more error prone.

I also had it backwards at first, but it makes the most sense if you think about it