The "attachment" (in the Slack-API-sense) messages no longer show up when SlackNotifier pushes an update.
That is, previously there would be two "attached" messages in addition to the fully rendered Nimator result:
Level message with high-level description (e.g. "Failure in [LayerXyz], checks [Check1, Check2, Check3]") and color corresponding to that level;
Blue attachment with message about the next message being debounced until a certain moment in time, if configured;
Possibly one of the refactors changed the way the classes are pushed to the REST api? Perhaps some explicit serialization info is needed, should this bug be caused by property renames...
The "attachment" (in the Slack-API-sense) messages no longer show up when SlackNotifier pushes an update.
That is, previously there would be two "attached" messages in addition to the fully rendered Nimator result:
Possibly one of the refactors changed the way the classes are pushed to the REST api? Perhaps some explicit serialization info is needed, should this bug be caused by property renames...