UniversalDevicesInc/polyglot-v2

In the config message, there should be keyed notices

Opened this issue · 0 comments

Currently, the config polyglot message has a notices array of string with all current notices.

In order to remove a notice by key, we need to know the key to the message.

There should be a keyed notices object on the config message to facilitate this. The notices array should stay there for backward compatibility.