Files
zulip/zerver/lib/markdown
Alex Vandiver bd2c934523 lightbox: Remove data-video-original-url; just use 'a href="..."' URL.
`data-video-original-url` is duplicative with the `href` on the
surrounding `a` tag, which is never run through the Camo URL
translation.  The `data-video-original-url` attribute was never
documented, and is not used by either mobile project, so is simply
removed.
2025-01-09 09:10:30 -08:00
..