Skip to content

Commit

Permalink
Include raw-event on slack message changed
Browse files Browse the repository at this point in the history
  • Loading branch information
devth committed Dec 22, 2023
1 parent 1763e2b commit 9cc89d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yetibot/core/adapters/slack.clj
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
;; history
(let [[chan-name _entity] (entity-with-name-by-id config {:channel channel
:user user})
cs (chat-source chan-name)
cs (assoc (chat-source chan-name) :raw-event event)
yetibot-user (find-yetibot-user conn cs)
yetibot-uid (:id yetibot-user)
yetibot? (= yetibot-uid user)
Expand Down

0 comments on commit 9cc89d5

Please sign in to comment.