mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 18:14:31 +00:00
chore: oxfmt
This commit is contained in:
@@ -16,7 +16,9 @@ describe("applyGroupGating", () => {
|
||||
it("treats reply-to-bot as implicit mention", () => {
|
||||
const groupHistories = new Map();
|
||||
const result = applyGroupGating({
|
||||
cfg: baseConfig as unknown as ReturnType<typeof import("../../../config/config.js").loadConfig>,
|
||||
cfg: baseConfig as unknown as ReturnType<
|
||||
typeof import("../../../config/config.js").loadConfig
|
||||
>,
|
||||
msg: {
|
||||
id: "m1",
|
||||
from: "123@g.us",
|
||||
|
||||
Reference in New Issue
Block a user