diff --git a/src/main/dda/masto_embed/reply_mode.cljs b/src/main/dda/masto_embed/reply_mode.cljs index 26c924f..dced398 100644 --- a/src/main/dda/masto_embed/reply_mode.cljs +++ b/src/main/dda/masto_embed/reply_mode.cljs @@ -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)