You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In legacy website preview messages, the image URL in
`message_embed_image` element's `style` is formatted as:
background-image: url(https://example.com/image.png)
In the latest server revision, it is formatted as:
background-image: url("https://example.com/image.png")
So, fix the regexp to match the URL whether or not it's
enclosed in quotes.
'<div class="message_embed_description">Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.</div></div></div>', [
0 commit comments