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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: