mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 16:05:41 +00:00
no more name checks for threads!
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user