Added feature "log-query"

This commit is contained in:
WolverinDEV 2020-06-28 14:07:07 +02:00
parent 68cfab1ac9
commit 6e6eee39d4
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 2c1d4dea3bd4ff1f88d7ac045328a8e279045fb2
Subproject commit 425608be6a9c839fc524f06e3d6432c79fa0e275

View File

@ -2791,6 +2791,7 @@ command_result ConnectedClient::handleCommandListFeatureSupport(ts::Command &cmd
REGISTER_FEATURE("error-bulks", FeatureSupportMode::FULL, 1);
REGISTER_FEATURE("advanced-channel-chat", FeatureSupportMode::FULL, 1);
REGISTER_FEATURE("log-query", FeatureSupportMode::FULL, 1);
this->sendCommand(notify);
return command_result{error::ok};