reverse status order
This commit is contained in:
parent
f4b4e69516
commit
1f8610410d
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@
|
|||
combined (map (fn [s f] {:status s :favorited f}) (:descendants replies) favorited)]
|
||||
(->> combined
|
||||
(filter #(or (not filter-favorited) (:favorited %)))
|
||||
(reverse)
|
||||
(map :status)
|
||||
(masto->html)
|
||||
(render-html)
|
||||
|
|
Loading…
Reference in a new issue