We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5e257 commit 2570db4Copy full SHA for 2570db4
src/util/webhookData.ts
@@ -358,7 +358,7 @@ export default class WebhookData {
358
};
359
360
if (this.webhook.style === 'compact') {
361
- const batchKey = `compact:${this.model.id}:${this.webhook.webhookID}`;
+ const batchKey = `compact:${this.model.id}:${this.webhook.webhookID}:${this.webhook.threadID ?? '-'}`;
362
const compactLine = `\`${this.isChildAction() ? COMPACT_EMOJIS.CHILD : COMPACT_EMOJIS[this.filterFlag.split('_')[0]]}\` ${
363
embedStyles.small.description
364
}`;
0 commit comments