We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Pad links or sketch links are broken when the link inside the room was edited.
To Reproduce
Expected behavior Link should not be broken after editing (as long as link is till valid)
Screenshots
Possible fix
check if the object has a m.new_content key and if so return it otherwise return body
m.new_content
body
{ "msgtype":"m.text", "body":" * http://spacedeck.localhost/spaces/8f51b463-a9a2-46f8-8646-d037f8438984", "m.new_content":{ "msgtype":"m.text", "body":"http://spacedeck.localhost/spaces/8f51b463-a9a2-46f8-8646-d037f8438984" }, "m.relates_to":{ "rel_type":"m.replace", "event_id":"$VNqjjshe1Be75fLYAvqDdd0MRyhvBJXpFZaE3o9MFWs" } }
The text was updated successfully, but these errors were encountered:
robertschnuell
No branches or pull requests
Describe the bug
Pad links or sketch links are broken when the link inside the room was edited.
To Reproduce
Expected behavior
Link should not be broken after editing (as long as link is till valid)
Screenshots
Possible fix
check if the object has a
m.new_content
key and if so return it otherwise returnbody
The text was updated successfully, but these errors were encountered: