Skip to content

Commit

Permalink
reverse status order
Browse files Browse the repository at this point in the history
  • Loading branch information
bom committed Apr 8, 2022
1 parent f4b4e69 commit 1f86104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/dda/masto_embed/reply_mode.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1f86104

Please sign in to comment.