allow writePolicy plugins to filter events downloaded via sync

This commit is contained in:
Doug Hoyte
2023-06-06 01:06:43 -04:00
parent abb488a570
commit d2889bc491
2 changed files with 14 additions and 3 deletions

View File

@ -9,7 +9,6 @@
#include "Subscription.h"
#include "WSConnection.h"
#include "events.h"
#include "PluginWritePolicy.h"
@ -76,7 +75,6 @@ void cmd_stream(const std::vector<std::string> &subArgs) {
} else {
LI << "[" << ws.remoteAddr << "] write policy blocked event " << evJson.at("id").get_string() << ": " << okMsg;
}
} else {
LW << "Unexpected EVENT";
}