discord / discord-api-docs

Official Discord API Documentation
https://discord.com/developers/docs/intro
Other
5.99k stars 1.26k forks source link

Problem when editing attachments on a message that has been crossposted from an Announcement Channel #6856

Open Alex1304 opened 6 months ago

Alex1304 commented 6 months ago

Description

Updating an attachment on a message that has been crossposted will not show the new attachment in other servers

Steps to Reproduce

Expected Behavior

The message should be edited the same way both in the Announcement Channel and in the servers that follow it

Current Behavior

The attachment will be properly updated in the Announcement Channel, but in other servers it will still display the old attachment

Screenshots/Videos

Embed in the Announcement Channel that contains the new attachment (note: I'm using the attachment:// technique here on the thumbnail field, but I think that doesn't matter): image

Embed in the server following the channel which still shows the old attachment after edit: image

Client and System Information

Discord4J library v3.2.6 which still uses Discord API v8 (although the root issue seems to be in the process that edits crossposted messages so I'm not sure the version is relevant here).

Alex1304 commented 6 months ago

It seems this bug cannot be reproduced anymore as of today, has it actually been fixed? Waiting for an official reply before closing the issue.