fix: reversed ancestor issue
This commit is contained in:
parent
37df2fbd45
commit
001d216d12
@ -239,7 +239,7 @@ extension ThreadViewModel {
|
||||
nextID = object.inReplyToID
|
||||
}
|
||||
}
|
||||
return nodes.reversed()
|
||||
return nodes
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user