mirror of
https://github.com/spacebarchat/server.git
synced 2026-07-30 13:49:35 +00:00
oops
This commit is contained in:
@@ -125,7 +125,7 @@ router.post(
|
||||
},
|
||||
}),
|
||||
]);
|
||||
if (body.type !== ChannelType.GUILD_PRIVATE_THREAD)
|
||||
if (body.type !== ChannelType.GUILD_PRIVATE_THREAD && !channel.isForum())
|
||||
sendMessage({
|
||||
channel_id: channel.id,
|
||||
type: MessageType.THREAD_CREATED,
|
||||
|
||||
Reference in New Issue
Block a user