fix(feishu): reattach active turns on restart

This commit is contained in:
Hunter Bown
2026-05-21 00:03:28 +08:00
parent f8aa5b95e0
commit 57958dd444
4 changed files with 57 additions and 3 deletions
@@ -145,6 +145,10 @@ test("splitMessage chunks long text", () => {
assert.deepEqual(splitMessage("abcdef", 2), ["ab", "cd", "ef"]);
});
test("splitMessage does not split surrogate pairs", () => {
assert.deepEqual(splitMessage("a🧪b", 2), ["a🧪", "b"]);
});
test("validateBridgeConfig accepts locked-down whalebro DM config", () => {
const result = validateBridgeConfig(
{