omnibot icon indicating copy to clipboard operation
omnibot copied to clipboard

Allow handlers to pass raw events to callbacks

Open ryan-lane opened this issue 5 years ago • 0 comments

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 avatar Dec 12 '19 00:12 ryan-lane