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
@@ -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};