Editing Matrix image captions breaks when bridging #55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This probably happens because the URL is not preserved correctly.
Either we need to assume images themselves can NOT be edited, and not pass the attachments array to Discord at all. Or, we need to assume images themselves CAN be edited, and make a proper attachments array to pass to Discord, instead of the current broken state where seemingly we are passing attachments without pendingFiles.
Probably need to check this one in the debugger and see which code paths it's taking to generate attachments and pendingFiles.
Use gomuks web to reproduce.