reverse status order

This commit is contained in:
bom 2022-04-08 10:08:09 +02:00
parent f4b4e69516
commit 1f8610410d

View file

@ -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)