You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2021. It is now read-only.
Basic functionality would be to forward all chat messages from the main world to #general. To do this, we need to run logtail in one thread, and the Slack handler in another. There are two options I can see:
Rewrite Slack integration using the slack_api crate.
The upstream issue is fixed, so this should be fairly easy now. We just need to filter chat messages from the rest of the log, like the original wurstminebot did.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
(See also #7.)
Basic functionality would be to forward all chat messages from the main world to #general. To do this, we need to run logtail in one thread, and the Slack handler in another. There are two options I can see:
slack_api
crate.Opinions?
The text was updated successfully, but these errors were encountered: