From 6e6eee39d48754e513b0578772ef2b47b1f837cc Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sun, 28 Jun 2020 14:07:07 +0200 Subject: [PATCH] Added feature "log-query" --- git-teaspeak | 2 +- server/src/client/command_handler/misc.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/git-teaspeak b/git-teaspeak index 2c1d4de..425608b 160000 --- a/git-teaspeak +++ b/git-teaspeak @@ -1 +1 @@ -Subproject commit 2c1d4dea3bd4ff1f88d7ac045328a8e279045fb2 +Subproject commit 425608be6a9c839fc524f06e3d6432c79fa0e275 diff --git a/server/src/client/command_handler/misc.cpp b/server/src/client/command_handler/misc.cpp index a2bf62a..b2c6bfb 100644 --- a/server/src/client/command_handler/misc.cpp +++ b/server/src/client/command_handler/misc.cpp @@ -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};