Closed afck closed 5 years ago
Target now only has a Nodes and an AllExcept variant, to specify a message's target via a whitelist or blacklist. This avoids cloning the message content and simplifies the code in several places.
Target
Nodes
AllExcept
Closes #408, closes #415.
That finally worked: I increased the Travis timeout.
Target
now only has aNodes
and anAllExcept
variant, to specify a message's target via a whitelist or blacklist. This avoids cloning the message content and simplifies the code in several places.Closes #408, closes #415.