mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-21 18:40:19 +00:00
unscrew up
This commit is contained in:
@@ -97,8 +97,8 @@ router.post(
|
||||
type: MessageType.THREAD_CREATED,
|
||||
content: thread.name,
|
||||
message_reference: {
|
||||
channel_id: channel.id,
|
||||
guild_id: channel.guild_id,
|
||||
channel_id: thread.id,
|
||||
guild_id: thread.guild_id,
|
||||
},
|
||||
author_id: user.id,
|
||||
});
|
||||
|
||||
@@ -101,8 +101,8 @@ router.post(
|
||||
type: MessageType.THREAD_CREATED,
|
||||
content: thread.name,
|
||||
message_reference: {
|
||||
channel_id: channel.id,
|
||||
guild_id: channel.guild_id,
|
||||
channel_id: thread.id,
|
||||
guild_id: thread.guild_id,
|
||||
},
|
||||
author_id: user.id,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user