fix(api): enforce correct message type for replies in personal notes (#58)
This commit is contained in:
@@ -907,7 +907,7 @@ export class MessageSendService {
|
||||
messageId,
|
||||
channelId,
|
||||
user,
|
||||
type: MessageTypes.DEFAULT,
|
||||
type: this.getMessageTypeForRequest(data),
|
||||
content: data.content,
|
||||
flags: data.flags ? data.flags & SENDABLE_MESSAGE_FLAGS : 0,
|
||||
embeds: data.embeds,
|
||||
|
||||
Reference in New Issue
Block a user