Skip to content

Conversation

colinsl
Copy link
Contributor

@colinsl colinsl commented Jun 12, 2024

Allow threaded reply for bot

unsupported = True
# Ignore threads
elif self.thread_ts:
elif self.thread_ts and not self._payload.get("bot", {}).get("bot_id") == "A06SS17UFFW":
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a bot at Lyft? Maybe it would be better to make this a configurable option, then to include the list of bots to be ignored in the config instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ryan-lane just hacking around. What's the limitation in omnibot that prevents it from supporting threads?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants