Closed legrego closed 5 years ago
SQLite may prove difficult here, as the configuration needs to be associated with specific event instances. What we should likely do instead is find a less fickle way of serializing the data to the existing byte[]
-- maybe encoding to JSON before transforming?
SendMessageActionConfig is currently being serialized and stored within each Action's actionInfo. This should be moved to a sqlite database, or something similar, to make extending functionality easier