[api] Restore override on is_authenticated (ProtoService virtual)

This commit is contained in:
J. Nick Koston
2026-03-20 21:05:03 -10:00
parent 391ad05d45
commit 9583a6a921
+1 -1
View File
@@ -274,7 +274,7 @@ class APIConnection final : public APIServerConnectionBase {
void on_noise_encryption_set_key_request(const NoiseEncryptionSetKeyRequest &msg);
#endif
bool is_authenticated() {
bool is_authenticated() override {
return static_cast<ConnectionState>(this->flags_.connection_state) == ConnectionState::AUTHENTICATED;
}
bool is_connection_setup() override {