We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a754b66 commit 7d936d5Copy full SHA for 7d936d5
src/clojurians_log/views.clj
@@ -197,7 +197,12 @@
197
:ts ts})}
198
(cl.tu/format-inst-time inst)]]
199
[:span.message_star]
200
- [:span.message_content [:p (slack-messages/message->hiccup text usernames emojis)]]])))
+ [:span.message_content [:p (slack-messages/message->hiccup text usernames emojis)]]
201
+ "Reactions: "
202
+ (for [reaction (:reaction/_message message)]
203
+ [:span.emoji
204
+ (slack-messages/text->emoji
205
+ (get-in reaction [:reaction/emoji :emoji/shortcode]))])])))
206
207
(defn- message-hiccup
208
"Returns either a single message hiccup, or if the given message starts a thread,
0 commit comments