Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow handlers to pass raw events to callbacks #9

Open
ryan-lane opened this issue Dec 12, 2019 · 0 comments
Open

Allow handlers to pass raw events to callbacks #9

ryan-lane opened this issue Dec 12, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@ryan-lane
Copy link
Contributor

Currently omnibot always strips and parses incoming events. We should store the raw event on the object, and have a callback config option that allows the raw message to be sent to the backend. Option should likely be: parse, strip_sensitive, raw or something along those lines.

Doing so would allow omnibot to be used as a generic proxy, rather than requiring backend be omnibot-specific.

@ryan-lane ryan-lane added the enhancement New feature or request label Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant