feat: Support Simulate (#1891)

fixes #1887
This commit is contained in:
Peter Chen
2025-02-12 10:00:04 -05:00
committed by GitHub
parent e503dffc9a
commit 624f7ff6d5
2 changed files with 17 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ public:
"manifest",
"channel_authorize",
"channel_verify",
"simulate",
};
return kPROXIED_COMMANDS.contains(method);