This commit is contained in:
arne 2025-11-18 16:09:58 +01:00
commit 566bc711be

View file

@ -315,7 +315,7 @@
(when (seq (:mentions post)) (when (seq (:mentions post))
[:span.mentions [:span.mentions
{:style #js {:color "#777"}} {:style #js {:color "#777"}}
" (mentioining " (->> (map-indexed (fn [idx account] " (mentioning " (->> (map-indexed (fn [idx account]
^{:key idx} [user {:user account}]) ^{:key idx} [user {:user account}])
(:mentions post)) (:mentions post))
(interleave (repeat ", ")) (interleave (repeat ", "))