|
|
@ -295,12 +295,9 @@ export default definePlugin({
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
{
|
|
|
|
{
|
|
|
|
// Pass through editHistory & deleted & original attachments to the "edited message" transformer
|
|
|
|
// Pass through editHistory & deleted & original attachments to the "edited message" transformer
|
|
|
|
match: /interactionData:(\i)\.interactionData/,
|
|
|
|
match: /(?<=null!=\i\.edited_timestamp\)return )\i\(\i,\{reactions:(\i)\.reactions.{0,50}\}\)/,
|
|
|
|
replace:
|
|
|
|
replace:
|
|
|
|
"interactionData:$1.interactionData," +
|
|
|
|
"Object.assign($&,{ deleted:$1.deleted, editHistory:$1.editHistory, attachments:$1.attachments })"
|
|
|
|
"deleted:$1.deleted," +
|
|
|
|
|
|
|
|
"editHistory:$1.editHistory," +
|
|
|
|
|
|
|
|
"attachments:$1.attachments"
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
// {
|
|
|
|