mirror of
https://github.com/spacebarchat/server.git
synced 2026-07-21 11:10:59 +00:00
more thread improvements
This commit is contained in:
@@ -68,7 +68,7 @@ router.post(
|
||||
name: body.name,
|
||||
guild_id: channel.guild_id,
|
||||
rate_limit_per_user: body.rate_limit_per_user,
|
||||
type: body.type,
|
||||
type: body.type || (channel.threadOnly() ? ChannelType.GUILD_PUBLIC_THREAD : ChannelType.GUILD_PRIVATE_THREAD),
|
||||
recipients: [],
|
||||
thread_metadata: {
|
||||
archived: false,
|
||||
|
||||
Reference in New Issue
Block a user