Skip to content

Commit

Permalink
Don't post replied messages in crystal ball
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Jan 9, 2020
1 parent 2e674cd commit 39e8456
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const scryMiddleware = message => {
type = message.raw_message.subtype || message.type
}
switch (message.type) {
case 'message_replied':
case 'direct_mention':
case 'mention':
quote = message.text
Expand Down

0 comments on commit 39e8456

Please sign in to comment.