RhythmLunatic / aliucord-plugins

Cool plugins
Other
39 stars 9 forks source link

CopyInsteadOfShareImages - Copy new image url instead of original #24

Open illusion0001 opened 1 month ago

illusion0001 commented 1 month ago

With new discord updating url to be temporary, it's new embed url still exists in the message data. https://github.com/RhythmLunatic/aliucord-plugins/blob/7bced64284123b09b8b206f144c560edc01b7b54/CopyInsteadOfShareImages/src/main/java/com/accelerator/plugins/CopyInsteadOfShareImages.java#L117

For example, I pasted https://cdn.discordapp.com/attachments/1280332179213389925/1287689570799976470/RDT_20240923_1117402401548724225507134.jpg but when copying it still copies the original URL. In cases where I wanna download externally or open original to zoom in, this url doesn't work.

{
  "attachments": [],
  "cachedReactionsMap": {},
  "channelId": ,
  "components": [],
  "content": "https://cdn.discordapp.com/attachments/1280332179213389925/1287689570799976470/RDT_20240923_1117402401548724225507134.jpg",
  "embeds": [
    {
      "thumbnail": {
        "height": 665,
        "proxyUrl": "https://media.discordapp.net/attachments/1280332179213389925/1287689570799976470/RDT_20240923_1117402401548724225507134.jpg?ex\u003d66f275dd\u0026is\u003d66f1245d\u0026hm\u003d282bbeef2e2b6028c2eabf56f25742dc59e228b029a4c680c681b9fc76fed083\u0026",
        "url": "https://cdn.discordapp.com/attachments/1280332179213389925/1287689570799976470/RDT_20240923_1117402401548724225507134.jpg?ex\u003d66f275dd\u0026is\u003d66f1245d\u0026hm\u003d282bbeef2e2b6028c2eabf56f25742dc59e228b029a4c680c681b9fc76fed083\u0026",
        "width": 1045
      },
      "type": "IMAGE",
      "url": "https://cdn.discordapp.com/attachments/1280332179213389925/1287689570799976470/RDT_20240923_1117402401548724225507134.jpg"
    }
  ]
}