Skip to content

Commit a754b66

Browse files
committed
feat: pull reactions from msgs via reverse lookup
1 parent 8bd927e commit a754b66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/clojurians_log/db/queries.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@
5050
(def ^:private pull-message-pattern
5151
'(pull ?msg
5252
[:message/text
53+
:message/key
5354
:message/ts
5455
:message/thread-ts
56+
{:reaction/_message [:reaction/type {:reaction/emoji [*]}]}
5557
{:message/user [:user/name
5658
:user/slack-id
5759
:user-profile/real-name

0 commit comments

Comments
 (0)