no more name checks for threads!

This commit is contained in:
MathMan05
2026-02-04 16:10:24 -06:00
parent f1f253e515
commit 8dd30d6413
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ router.post(
},
},
void 0,
{ skipPermissionCheck: true, keepId: true, skipEventEmit: true },
{ skipPermissionCheck: true, keepId: true, skipEventEmit: true, skipNameChecks: true },
);
message.thread = thread;

View File

@@ -81,7 +81,7 @@ router.post(
},
},
void 0,
{ skipPermissionCheck: true, keepId: true, skipEventEmit: true },
{ skipPermissionCheck: true, keepId: true, skipEventEmit: true, skipNameChecks: true },
);
await Promise.all([