Render one DM message row to HTML for AJAX updates.
(m: Dict[str, Any], me: str)
| 13430 | u = urllib.parse.urlparse(gif_url) |
| 13431 | if u.scheme not in ("http", "https"): |
| 13432 | raise ValueError("GIF url must be http(s)") |
| 13433 | |
| 13434 | _validate_remote_media_url(gif_url) |
| 13435 | |
| 13436 | cur = conn.cursor() |
| 13437 | cur.execute( |
no outgoing calls
no test coverage detected