This commit is contained in:
thororen1234 2024-07-10 15:02:06 -04:00
parent 2de0c3e323
commit bfd56de301
3 changed files with 53 additions and 99 deletions

View file

@ -595,8 +595,8 @@ export default definePlugin({
{
find: "THREAD_STARTER_MESSAGE?null===",
replacement: {
match: /(?<=null!=\i\.edited_timestamp\)return )\i\(\i,.{0,100}\}\)/,
replace: "Object.assign($&,{ deleted:$self.getDeleted(...arguments), editHistory:$self.getEdited(...arguments) })"
match: /interactionData:null!=.{0,50}.interaction_data/,
replace: "deleted:$self.getDeleted(...arguments), editHistory:$self.getEdited(...arguments)"
}
},