Open dogtopus opened 3 years ago
topic1,,topic2
t
tele/*
tasmota/*
My suggesstion would be switching to fnmatch or regexp against the full topic names instead of just doing naive prefix matching.
Pull requests are welcome :)
topic1,,topic2
) blacklists all topics, causing the plugin to ignore everything it saw.t
) massively blacklist topics that it likely shouldn't block (e.g.tele/*
,tasmota/*
, etc.)My suggesstion would be switching to fnmatch or regexp against the full topic names instead of just doing naive prefix matching.